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

Unified Diff: Source/bindings/tests/idls/modules/TestInterface5.idl

Issue 1083003004: bindings: Moves toV8 and v8SetReturnValue out to ToV8.h and V8Binding.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/tests/idls/modules/TestInterface5.idl
diff --git a/Source/bindings/tests/idls/modules/TestInterface5.idl b/Source/bindings/tests/idls/modules/TestInterface5.idl
index 061eb73a516cdce3f1f424c00a7700ee7eea8c02..230656c9fa4316770c876c6ccb6e1bc2caa03455 100644
--- a/Source/bindings/tests/idls/modules/TestInterface5.idl
+++ b/Source/bindings/tests/idls/modules/TestInterface5.idl
@@ -36,7 +36,7 @@ enum TestEnumModules { "EnumModulesValue1", "EnumModulesValue2" };
[
ActiveDOMObject,
Conditional=CONDITION,
- Custom=(LegacyCallAsFunction,ToV8),
+ Custom=(LegacyCallAsFunction),
haraken 2015/04/24 11:57:39 You won't need ().
Yuki 2015/04/27 12:42:34 Done.
DoNotCheckConstants,
ImplementedAs=TestInterface5Implementation,
RuntimeEnabled=FeatureName,

Powered by Google App Engine
This is Rietveld 408576698