| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index b9de1dc3a4ea021f6c294e50c619c6f2c7e0c668..0d2da8d155c60168419b1e03aaf0e2afa6abff89 100644
|
| --- a/Source/core/page/DOMWindow.idl
|
| +++ b/Source/core/page/DOMWindow.idl
|
| @@ -283,9 +283,6 @@
|
| optional boolean useCapture);
|
| [RaisesException] boolean dispatchEvent(Event evt);
|
|
|
| - [Custom] void captureEvents(/*in long eventFlags*/);
|
| - [Custom] void releaseEvents(/*in long eventFlags*/);
|
| -
|
| // Global constructors
|
| attribute StyleSheetConstructor StyleSheet;
|
| attribute CSSStyleSheetConstructor CSSStyleSheet;
|
|
|