Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index d690b1dc3f0319c45fb021556bd9086e976ab624..ded8024211931a2446b57be63da9d3131d1482c8 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -191,8 +191,8 @@ |
attribute EventHandler onwebkittransitionend; |
[PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventHandler onwheel; |
- [DeprecateAs=CaptureEvents] void captureEvents(); |
- [DeprecateAs=ReleaseEvents] void releaseEvents(); |
+ [MeasureAs=WindowCaptureEvents] void captureEvents(); |
+ [MeasureAs=WindowReleaseEvents] void releaseEvents(); |
// Additional constructors. |
attribute TransitionEventConstructor WebKitTransitionEvent; |