Index: Source/WebCore/page/DOMWindow.idl |
=================================================================== |
--- Source/WebCore/page/DOMWindow.idl (revision 143754) |
+++ Source/WebCore/page/DOMWindow.idl (working copy) |
@@ -799,7 +799,8 @@ |
[Conditional=BLOB] attribute DOMURLConstructor URL; |
[Conditional=BLOB] attribute DOMURLConstructor webkitURL; // FIXME: deprecate this. |
- attribute MutationObserverConstructor WebKitMutationObserver; |
+ 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; |