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..0881cb1fe7ce2ce9c4b7b36fc8a16e56e2d3d524 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 "EventTargetModulesHeaders.h" |
+#include "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(); |