| Index: Source/core/html/HTMLDocument.idl
|
| diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
|
| index 860900fa9efe8dd7053f4bd68d5808b7e713f57b..574f21b186215961b95f15f2d9934436c33c750d 100644
|
| --- a/Source/core/html/HTMLDocument.idl
|
| +++ b/Source/core/html/HTMLDocument.idl
|
| @@ -36,6 +36,9 @@
|
|
|
| [DeprecateAs=DocumentClear] void clear();
|
|
|
| + [DeprecateAs=CaptureEvents] void captureEvents();
|
| + [DeprecateAs=ReleaseEvents] void releaseEvents();
|
| +
|
| [TreatNullAs=NullString] attribute DOMString dir;
|
| [TreatNullAs=NullString] attribute DOMString designMode;
|
| readonly attribute DOMString compatMode;
|
|
|