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

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

Issue 17591008: Commented IDL implements statements should not generate code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/scripts/preprocess_idls.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 1b332249a3cb94a57ff2d2f4b3590ce391a0db00..ad01ea3ca10b66726cdc973e279a1b839e533d65 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -320,3 +320,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
[DeprecateAs=Constant] const unsigned short DEPRECATED_CONSTANT = 1;
};
+
+// The following comment should not generate any code
+// TestObject implements TestImplements;
+
« no previous file with comments | « Source/bindings/scripts/preprocess_idls.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698