Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: Source/core/Init.cpp

Issue 298893006: Split modules-dependent Event code in core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/Init.h ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index c91540e069585abdaa7ca8f1cc80bbc7b2192499..178dbde9bf0d2f4f3ba93379fd18cd9d930335db 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -55,6 +55,11 @@
namespace WebCore {
+void CoreInitializer::initEventNames()
+{
+ EventNames::init();
+}
+
void CoreInitializer::initEventTargetNames()
{
EventTargetNames::init();
@@ -76,7 +81,7 @@ void CoreInitializer::init()
XMLNSNames::init();
XMLNames::init();
- EventNames::init();
+ initEventNames();
initEventTargetNames();
EventTypeNames::init();
FetchInitiatorTypeNames::init();
« no previous file with comments | « Source/core/Init.h ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698