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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl

Issue 2458913003: Add first sketch of the webmodules code generator. (Closed)
Patch Set: Ready to land. Created 4 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: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl
index de08b5503caace92c4f59c8fbf74ae35bf477071..e9a89815221aae20d8f9c945808644baf5daf865 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl
@@ -36,6 +36,7 @@
[
Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom]
NoImplHeader,
+ WebModuleAPI,
] interface TestInterface3 {
[Custom] getter boolean (unsigned long index);
[Custom] setter boolean (unsigned long index, Node value);

Powered by Google App Engine
This is Rietveld 408576698