| Index: third_party/WebKit/Source/core/html/HTMLDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDocument.h b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| index d43a499929f5a0daf21b1610c8d894b2b05d4eb8..c0d86d58270e1ec3e68f30a8f0dd691448361b9c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| @@ -53,7 +53,7 @@ public:
|
|
|
| void clear() { }
|
|
|
| - void captureEvents() { }
|
| + void captureEvents();
|
| void releaseEvents() { }
|
|
|
| void addNamedItem(const AtomicString& name);
|
|
|