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

Unified Diff: Source/core/Init.cpp

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build Created 7 years, 2 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/make_names.py ('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 d20d5045ca2f3ebef012efdd78d51aa77b680087..b9bbeca34f76eeecc95836653afe8a70a57715e6 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -31,6 +31,8 @@
#include "config.h"
#include "Init.h"
+#include "EventNames.h"
+#include "EventTargetNames.h"
#include "EventTypeNames.h"
#include "FetchInitiatorTypeNames.h"
#include "FontFamilyNames.h"
@@ -63,9 +65,11 @@ void init()
MathMLNames::init();
XMLNSNames::init();
XMLNames::init();
- FontFamilyNames::init();
+ EventNames::init();
+ EventTargetNames::init();
EventTypeNames::init();
FetchInitiatorTypeNames::init();
+ FontFamilyNames::init();
MediaFeatureNames::init();
WTF::StringStatics::init();
QualifiedName::init();
« no previous file with comments | « Source/build/scripts/make_names.py ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698