Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 2069b6ad34fa2d41842ff1d4e690c01d0d67a32c..1cf78ca8ecb1bc77996832b8205c6d4f001fecfc 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -199,7 +199,7 @@ |
// Additional constructors. |
attribute TransitionEventConstructor WebKitTransitionEvent; |
[RuntimeEnabled=CSSAnimationUnprefixed] attribute WebKitAnimationEventConstructor AnimationEvent; |
- attribute URLConstructor webkitURL; // FIXME: deprecate this. |
+ [MeasureAs=PrefixedWindowURL] attribute URLConstructor webkitURL; // FIXME: deprecate this. |
attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this. |
attribute IDBCursorConstructor webkitIDBCursor; |
attribute IDBDatabaseConstructor webkitIDBDatabase; |