Index: Source/bindings/v8/custom/V8EventCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8EventCustom.cpp b/Source/bindings/v8/custom/V8EventCustom.cpp |
index 9a33a753facfd2f4bee95aaa54718e4501e19d25..42cafa1c8bc404c4de5d56a71331ea3d1317c5ff 100644 |
--- a/Source/bindings/v8/custom/V8EventCustom.cpp |
+++ b/Source/bindings/v8/custom/V8EventCustom.cpp |
@@ -31,8 +31,8 @@ |
#include "config.h" |
#include "V8Event.h" |
-#include "EventHeaders.h" |
-#include "EventInterfaces.h" |
+#include "EventModulesHeaders.h" |
+#include "EventModulesInterfaces.h" |
#include "V8DataTransfer.h" |
#include "bindings/v8/V8Binding.h" |
#include "core/clipboard/Clipboard.h" |
@@ -66,6 +66,7 @@ v8::Handle<v8::Object> wrap(Event* event, v8::Handle<v8::Object> creationContext |
return V8Event::createWrapper(event, creationContext, isolate); |
EVENT_INTERFACES_FOR_EACH(TRY_TO_WRAP_WITH_INTERFACE) |
+ EVENT_MODULES_INTERFACES_FOR_EACH(TRY_TO_WRAP_WITH_INTERFACE) |
return V8Event::createWrapper(event, creationContext, isolate); |
} |