Chromium Code Reviews| Index: Source/core/html/HTMLDocument.idl |
| diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl |
| index 116432a666a17055b808062509d33a3490935486..3f2880a487f446ed6d5defd4b228d29bad816588 100644 |
| --- a/Source/core/html/HTMLDocument.idl |
| +++ b/Source/core/html/HTMLDocument.idl |
| @@ -37,9 +37,6 @@ |
| void clear(); |
| - void captureEvents(); |
| - void releaseEvents(); |
| - |
| readonly attribute long width; |
| readonly attribute long height; |
| [TreatNullAs=NullString] attribute DOMString dir; |