| Index: Source/core/page/Window.idl
|
| diff --git a/Source/core/page/Window.idl b/Source/core/page/Window.idl
|
| index f15f3e414ba0ed53547bdbcc7e51499e291a66c6..c0346938ee4a4fb7632136c8cd857ed913fa5748 100644
|
| --- a/Source/core/page/Window.idl
|
| +++ b/Source/core/page/Window.idl
|
| @@ -272,6 +272,9 @@
|
| [EnabledAtRuntime=deviceMotion] attribute EventListener ondevicemotion;
|
| [EnabledAtRuntime=deviceOrientation] attribute EventListener ondeviceorientation;
|
|
|
| + [DeprecateAs=CaptureEvents] void captureEvents();
|
| + [DeprecateAs=ReleaseEvents] void releaseEvents();
|
| +
|
| // Additional constructors.
|
| attribute TransitionEventConstructor WebKitTransitionEvent;
|
| [CustomConstructor] attribute HTMLImageElementConstructorConstructor Image; // Usable with new operator
|
|
|