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

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

Issue 15650003: Remove trailing commas from Blink IDLs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase to HEAD (again) 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/tests/idls/TestPartialInterface.idl ('k') | Source/bindings/tests/idls/TestTypedefs.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestSerializedScriptValueInterface.idl
diff --git a/Source/bindings/tests/idls/TestSerializedScriptValueInterface.idl b/Source/bindings/tests/idls/TestSerializedScriptValueInterface.idl
index fa9c513aa155bffa8de05c2657e3a638dce3cb4a..f67e94719157928a86c5d7943f78b2528c291a84 100644
--- a/Source/bindings/tests/idls/TestSerializedScriptValueInterface.idl
+++ b/Source/bindings/tests/idls/TestSerializedScriptValueInterface.idl
@@ -26,7 +26,7 @@
// This IDL file is for testing the bindings code generator and for tracking
// changes in its ouput.
[
- Conditional=Condition1|Condition2,
+ Conditional=Condition1|Condition2
] interface TestSerializedScriptValueInterface {
attribute SerializedScriptValue value;
readonly attribute SerializedScriptValue readonlyValue;
« no previous file with comments | « Source/bindings/tests/idls/TestPartialInterface.idl ('k') | Source/bindings/tests/idls/TestTypedefs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698