| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index 09d750c34c0f60f6afa46daccc3cb6075ef5ff73..e2a4d5ebbaf2f26239827e30578e291cc1b625f7 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -66,9 +66,6 @@ public:
|
|
|
| void clear();
|
|
|
| - void captureEvents();
|
| - void releaseEvents();
|
| -
|
| void addNamedItem(const AtomicString& name);
|
| void removeNamedItem(const AtomicString& name);
|
| bool hasNamedItem(AtomicStringImpl* name);
|
|
|