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

Unified Diff: Source/bindings/v8/custom/V8EventCustom.cpp

Issue 298893006: Split modules-dependent Event code in core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
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);
}
« no previous file with comments | « Source/bindings/scripts/generate_event_interfaces.py ('k') | Source/build/scripts/templates/EventFactory.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698