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

Unified Diff: Source/core/Init.cpp

Issue 275283002: Split EventTargetFactory.in and auto-generate modules-related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Split EventTargetFactory.in and auto-generate modules-related files. 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/build/scripts/templates/macros.tmpl ('k') | Source/core/core.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 08447f5fd20bdc5290f7a8385fe4538d033e5119..ab9f2f9fb95f4084eef0969b201cbfd92eaf14a2 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -32,6 +32,7 @@
#include "Init.h"
#include "EventNames.h"
+#include "EventTargetModulesNames.h"
#include "EventTargetNames.h"
#include "EventTypeNames.h"
#include "FetchInitiatorTypeNames.h"
@@ -74,6 +75,7 @@ void init()
EventNames::init();
EventTargetNames::init();
+ EventTargetNames::initModules(); // TODO: remove this later http://crbug.com/371581.
EventTypeNames::init();
FetchInitiatorTypeNames::init();
FontFamilyNames::init();
« no previous file with comments | « Source/build/scripts/templates/macros.tmpl ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698