Index: page/DOMWindow.idl |
diff --git a/page/DOMWindow.idl b/page/DOMWindow.idl |
index e1ab0caba8b853b6d8756616aa5b4909216624eb..81e5da65fbd457478c8df2f1e1fd6f0782e1ee69 100644 |
--- a/page/DOMWindow.idl |
+++ b/page/DOMWindow.idl |
@@ -26,18 +26,13 @@ |
[ |
CheckSecurity, |
- JSCustomDefineOwnProperty, |
CustomDeleteProperty, |
CustomGetOwnPropertySlot, |
CustomEnumerateProperty, |
- JSCustomMarkFunction, |
- JSCustomToNativeObject, |
CustomPutFunction, |
EventTarget, |
ExtendsDOMGlobalObject, |
- JSGenerateToNativeObject, |
ReplaceableConstructor, |
- JSLegacyParent=JSDOMWindowBase, |
V8CustomToJSObject, |
V8NoWrapperCache, |
V8CustomIndexedGetter, |
@@ -478,8 +473,8 @@ |
[Conditional=MICRODATA] attribute HTMLPropertiesCollectionConstructor HTMLPropertiesCollection; |
attribute HTMLUnknownElementConstructor HTMLUnknownElement; |
- [JSCustomGetter, CustomConstructor] attribute HTMLImageElementConstructorConstructor Image; // Usable with new operator |
- [JSCustomGetter] attribute HTMLOptionElementConstructorConstructor Option; // Usable with new operator |
+ [CustomConstructor] attribute HTMLImageElementConstructorConstructor Image; // Usable with new operator |
+ attribute HTMLOptionElementConstructorConstructor Option; // Usable with new operator |
[Conditional=ENCRYPTED_MEDIA, V8EnabledAtRuntime=encryptedMedia] attribute MediaKeyEventConstructor MediaKeyEvent; |
attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia] MediaKeysConstructor MediaKeys; |
@@ -495,7 +490,7 @@ |
[Conditional=VIDEO_TRACK & WEBVTT_REGIONS, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackRegionConstructor TextTrackRegion; // Usable with the new operator |
[Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TrackEventConstructor TrackEvent; |
- [JSCustomGetter, Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructorConstructor Audio; // Usable with the new operator |
+ [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructorConstructor Audio; // Usable with the new operator |
[Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructor HTMLAudioElement; |
[Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLMediaElementConstructor HTMLMediaElement; |
[Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLVideoElementConstructor HTMLVideoElement; |
@@ -570,7 +565,7 @@ |
[Conditional=WEBGL] attribute WebGLContextEventConstructor WebGLContextEvent; |
[Conditional=PROXIMITY_EVENTS] attribute DeviceProximityEventConstructor DeviceProximityEvent; |
[Conditional=REQUEST_AUTOCOMPLETE] attribute AutocompleteErrorEventConstructor AutocompleteErrorEvent; |
- [Conditional=CSP_NEXT, V8EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute SecurityPolicyViolationEventConstructor SecurityPolicyViolationEvent; |
+ [V8EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute SecurityPolicyViolationEventConstructor SecurityPolicyViolationEvent; |
attribute EventExceptionConstructor EventException; |
@@ -585,7 +580,7 @@ |
attribute ClipboardConstructor Clipboard; |
[Conditional=WORKERS] attribute WorkerConstructor Worker; // Usable with the new operator |
- [Conditional=SHARED_WORKERS, JSCustomGetter, V8EnabledAtRuntime] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator |
+ [Conditional=SHARED_WORKERS, V8EnabledAtRuntime] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator |
attribute FileConstructor File; |
attribute FileListConstructor FileList; |
@@ -797,9 +792,9 @@ |
attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this. |
attribute MutationObserverConstructor MutationObserver; |
- [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaSource; |
- [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourceBuffer; |
- [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitSourceBufferList; |
+ [V8EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaSource; |
+ [V8EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourceBuffer; |
+ [V8EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitSourceBufferList; |
#endif // defined(LANGUAGE_JAVASCRIPT) |