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

Unified Diff: Source/bindings/tests/results/V8TestEventConstructor.h

Issue 85263002: Improve handling of dictionary conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have conversion methods take a context argument; elaborate error msgs further. Created 7 years, 1 month 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/tests/results/V8TestEventConstructor.h
diff --git a/Source/bindings/tests/results/V8TestEventConstructor.h b/Source/bindings/tests/results/V8TestEventConstructor.h
index 5684c133d1acd97c7a433e23994c66286c8c5eb7..44b8d2b655377134fbc8f204ad4365e6487edf90 100644
--- a/Source/bindings/tests/results/V8TestEventConstructor.h
+++ b/Source/bindings/tests/results/V8TestEventConstructor.h
@@ -157,7 +157,7 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
}
-bool fillTestEventConstructorInit(TestEventConstructorInit&, const Dictionary&);
+bool fillTestEventConstructorInit(TestEventConstructorInit&, const Dictionary&, ExceptionState&, const String& = "");
}
#endif // V8TestEventConstructor_h

Powered by Google App Engine
This is Rietveld 408576698