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

Unified Diff: Source/bindings/modules/v8/ModuleBindingsInitializer.cpp

Issue 424813007: Simplify V8 wrapper generation for Event objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/bindings/core/v8/custom/V8EventCustom.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
diff --git a/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp b/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
index 6c62a3a7a85b874faeca4412aa87a31ec797ebf3..c41d6cc10aaff794cba0f5af8cff9462b2ca7b49 100644
--- a/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
+++ b/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
@@ -26,6 +26,7 @@ static v8::Handle<v8::Object> wrapForModuleEvent(Event* event, v8::Handle<v8::Ob
String desiredInterface = event->interfaceName();
EVENT_MODULES_INTERFACES_FOR_EACH(TRY_TO_WRAP_WITH_INTERFACE)
+ ASSERT_NOT_REACHED();
haraken 2014/07/31 16:51:00 Would you add a comment and mention what hitting t
return v8::Handle<v8::Object>();
}
« no previous file with comments | « Source/bindings/core/v8/custom/V8EventCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698