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

Unified Diff: Source/bindings/tests/idls/TestPartialInterface.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
Index: Source/bindings/tests/idls/TestPartialInterface.idl
diff --git a/Source/bindings/tests/idls/TestPartialInterface.idl b/Source/bindings/tests/idls/TestPartialInterface.idl
index 8e4d95dd0f1d30e94095d5e77e02c9fa27f11bb6..5ca154e77165a9b2d5e2017cd084bb89db76a876 100644
--- a/Source/bindings/tests/idls/TestPartialInterface.idl
+++ b/Source/bindings/tests/idls/TestPartialInterface.idl
@@ -29,7 +29,7 @@
// This IDL file is for testing the bindings code generator and for tracking
// changes in its ouput.
[
- Conditional=Condition11|Condition12,
+ Conditional=Condition11|Condition12
] partial interface TestInterface {
static readonly attribute long supplementalStaticReadOnlyAttr;
static attribute DOMString supplementalStaticAttr;

Powered by Google App Engine
This is Rietveld 408576698