Chromium Code Reviews| Index: Source/core/Init.h |
| diff --git a/Source/core/Init.h b/Source/core/Init.h |
| index 96e3fbe673b33bce11329028059194cda5068b51..a20cc3329e24e412b95fe3c5db055569af23c3a8 100644 |
| --- a/Source/core/Init.h |
| +++ b/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(); |