summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/Init.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/Init.h')
-rw-r--r--third_party/WebKit/Source/core/Init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/core/Init.h b/third_party/WebKit/Source/core/Init.h
index 96e3fbe..a20cc33 100644
--- a/third_party/WebKit/Source/core/Init.h
+++ b/third_party/WebKit/Source/core/Init.h
@@ -38,6 +38,8 @@ public:
CoreInitializer() : m_isInited(false) { }
// Should be called by clients before trying to create Frames.
void init();
+
+ virtual void registerEventFactory();
virtual void initEventNames();
virtual void initEventTargetNames();