diff options
Diffstat (limited to 'WebCore/page/DOMWindow.idl')
-rw-r--r-- | WebCore/page/DOMWindow.idl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/WebCore/page/DOMWindow.idl b/WebCore/page/DOMWindow.idl index 4e7835e..aba92f0 100644 --- a/WebCore/page/DOMWindow.idl +++ b/WebCore/page/DOMWindow.idl @@ -55,7 +55,7 @@ module window { attribute [Replaceable] Navigator clientInformation; attribute [DoNotCheckDomainSecurity, JSCCustom, V8CustomSetter, V8DisallowShadowing] Location location; - attribute [Replaceable, CustomGetter, V8CustomSetter] Event event; + attribute [Replaceable, CustomGetter] Event event; readonly attribute [Custom] Crypto crypto; @@ -169,9 +169,6 @@ module window { readonly attribute Storage sessionStorage; readonly attribute Storage localStorage; #endif -#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS - readonly attribute NotificationCenter webkitNotifications; -#endif attribute [Replaceable] Console console; @@ -224,7 +221,6 @@ module window { attribute EventListener onended; attribute EventListener onerror; attribute EventListener onfocus; - attribute EventListener onhashchange; attribute EventListener oninput; attribute EventListener onkeydown; attribute EventListener onkeypress; @@ -458,10 +454,6 @@ module window { attribute RangeConstructor Range; attribute RangeExceptionConstructor RangeException; -#if ENABLE_EVENTSOURCE - attribute [JSCCustomGetter] EventSourceConstructor EventSource; // Usable with new the operator -#endif - // Mozilla has a separate XMLDocument object for XML documents. // We just use Document for this. attribute DocumentConstructor XMLDocument; |