Index: Source/bindings/v8/custom/V8EventTargetCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8EventTargetCustom.cpp b/Source/bindings/v8/custom/V8EventTargetCustom.cpp |
index 8bb41db3bcb45373183feb211e7e77f72c678c05..a231461981aad59c52e05cfbf3a074b458be3445 100644 |
--- a/Source/bindings/v8/custom/V8EventTargetCustom.cpp |
+++ b/Source/bindings/v8/custom/V8EventTargetCustom.cpp |
@@ -33,6 +33,8 @@ |
#include "EventTargetHeaders.h" |
#include "EventTargetInterfaces.h" |
+#include "modules/EventTargetModulesHeaders.h" |
+#include "modules/EventTargetModulesInterfaces.h" |
namespace WebCore { |
@@ -47,6 +49,7 @@ v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationCon |
AtomicString desiredInterface = impl->interfaceName(); |
EVENT_TARGET_INTERFACES_FOR_EACH(TRY_TO_WRAP_WITH_INTERFACE) |
+ EVENT_TARGET_MODULES_INTERFACES_FOR_EACH(TRY_TO_WRAP_WITH_INTERFACE) |
ASSERT_NOT_REACHED(); |
return v8Undefined(); |