Index: Source/core/html/HTMLDocument.idl |
diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl |
index 3f2880a487f446ed6d5defd4b228d29bad816588..6af68a42295b467349b78ebc0607e0b071e2b7b7 100644 |
--- a/Source/core/html/HTMLDocument.idl |
+++ b/Source/core/html/HTMLDocument.idl |
@@ -35,7 +35,7 @@ |
[Replaceable] readonly attribute HTMLAllCollection all; |
- void clear(); |
+ [DeprecateAs=DocumentClear] void clear(); |
readonly attribute long width; |
readonly attribute long height; |