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

Unified Diff: Source/bindings/tests/idls/TestCustomToV8Interface.idl

Issue 82693003: IDL compiler: [CustomToV8] interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/idls/TestCustomToV8Interface.idl
diff --git a/Source/bindings/tests/idls/TestCustomWrapInterface.idl b/Source/bindings/tests/idls/TestCustomToV8Interface.idl
similarity index 96%
copy from Source/bindings/tests/idls/TestCustomWrapInterface.idl
copy to Source/bindings/tests/idls/TestCustomToV8Interface.idl
index a0209abb93a1c99b71a3952cdd1e71cb6fe68aeb..38ff1fa421f04c3bfaeb4c1964e5510f6de930e1 100644
--- a/Source/bindings/tests/idls/TestCustomWrapInterface.idl
+++ b/Source/bindings/tests/idls/TestCustomToV8Interface.idl
@@ -29,6 +29,6 @@
*/
[
- CustomWrap,
-] interface TestCustomWrapInterface {
+ CustomToV8,
+] interface TestCustomToV8Interface {
};

Powered by Google App Engine
This is Rietveld 408576698