| 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();
|
|
|