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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/tests/idls/TestCallback.idl ('k') | Source/bindings/tests/idls/TestObj.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 ImplementedAs=RealClass
3 ] interface TestInterfaceImplementedAs {
4 attribute DOMString a;
5 attribute TestInterfaceImplementedAs b;
6
7 DOMString func1(DOMString a);
8 DOMString funcTestInterfaceImplementedAsParam(TestInterfaceImplementedAs ora nge);
9 };
OLDNEW
« 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