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

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

Issue 1901983002: IDL: Merge stringifier/serializer definition from implemented interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: as a test, move defs from TestInterface to TestImplements Created 4 years, 8 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
Index: third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
index ffe8372cc6be9687a1c8b7368dcceb2837571b95..e054269469b599a538751277aea26a04e17d3306 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
@@ -45,4 +45,7 @@
[Reflect=IMPLEMENTS_REFLECT_CONSTANT] const unsigned short IMPLEMENTS_CONSTANT_2 = 2;
[RuntimeEnabled=ImplementsFeatureName] attribute Node implementsRuntimeEnabledNodeAttribute;
+
+ [NotEnumerable] stringifier;
+ [NotEnumerable, RaisesException] serializer;
};

Powered by Google App Engine
This is Rietveld 408576698