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

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

Issue 46043012: IDL compiler: DOM node types for methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Typo Created 7 years, 2 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 | « no previous file | Source/bindings/tests/results/V8TestObjectPython.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index f2def4986659d3d334424a1f1e50fbefe18c1e0c..04c4c61f056dd8106b906f82dd07ada5d0d638f2 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -205,6 +205,12 @@ interface TestObjectPython {
TestInterfaceEmpty testInterfaceEmptyMethod();
void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
void voidMethodLongArgTestInterfaceEmptyArg(long longArg, TestInterfaceEmpty testInterfaceEmptyArg);
+ // DOM node types
+ void voidMethodAttrArg(Attr attrArg);
+ void voidMethodDocumentArg(Document documentArg);
+ void voidMethodDocumentTypeArg(DocumentType documentTypeArg);
+ void voidMethodElementArg(Element elementArg);
+ void voidMethodNodeArg(Node nodeArg);
void voidMethodStringArgLongArg(DOMString stringArg, long longArg);
};
« no previous file with comments | « no previous file | Source/bindings/tests/results/V8TestObjectPython.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698