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

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

Issue 142923002: IDL compiler: implements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove re changes Created 6 years, 11 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/tests/idls/TestImplements.idl ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfacePython.idl
diff --git a/Source/bindings/tests/idls/TestInterfacePython.idl b/Source/bindings/tests/idls/TestInterfacePython.idl
index 4c6a12c59b68d14d7d75615a76f87876a2b9dc5b..0d1e8ee899187d20b2bf825e8ecc130cec39d9c9 100644
--- a/Source/bindings/tests/idls/TestInterfacePython.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython.idl
@@ -44,3 +44,5 @@
[PerWorldBindings] attribute DOMString perWorldBindingsStringAttribute;
[PerWorldBindings] void voidMethod();
};
+
+TestInterfacePython implements TestImplements;
« no previous file with comments | « Source/bindings/tests/idls/TestImplements.idl ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698