| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index 6a8dc277bf6971d5f977546b2f101f6fd0ff7779..4d6332e98c6e828679867b90b71bc7c71076b3aa 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -63,6 +63,9 @@ public:
|
|
|
| void clear();
|
|
|
| + void captureEvents() { }
|
| + void releaseEvents() { }
|
| +
|
| void addNamedItem(const AtomicString& name);
|
| void removeNamedItem(const AtomicString& name);
|
| bool hasNamedItem(StringImpl* name);
|
|
|