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

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

Issue 14988008: Rename DOMPath IDL interface to Path to match the specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/TestCallback.idl ('k') | Source/bindings/tests/idls/TestObj.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfaceImplementedAs.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceImplementedAs.idl b/Source/bindings/tests/idls/TestInterfaceImplementedAs.idl
new file mode 100644
index 0000000000000000000000000000000000000000..73ab601089346d27dde670860f0cb5da040257de
--- /dev/null
+++ b/Source/bindings/tests/idls/TestInterfaceImplementedAs.idl
@@ -0,0 +1,9 @@
+[
+ ImplementedAs=RealClass
+] interface TestInterfaceImplementedAs {
+ attribute DOMString a;
+ attribute TestInterfaceImplementedAs b;
+
+ DOMString func1(DOMString a);
+ DOMString funcTestInterfaceImplementedAsParam(TestInterfaceImplementedAs orange);
+};
« no previous file with comments | « Source/bindings/tests/idls/TestCallback.idl ('k') | Source/bindings/tests/idls/TestObj.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698