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

Unified Diff: Source/bindings/tests/idls/TestOverloadedConstructors.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 | « no previous file | Source/bindings/tests/idls/TestPartialInterface.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestOverloadedConstructors.idl
diff --git a/Source/bindings/tests/idls/TestOverloadedConstructors.idl b/Source/bindings/tests/idls/TestOverloadedConstructors.idl
index 2a95314093dff98df38fe37e392fdab2d1f1580b..20f49029864267bb37f840363f6310180c7cdbef 100644
--- a/Source/bindings/tests/idls/TestOverloadedConstructors.idl
+++ b/Source/bindings/tests/idls/TestOverloadedConstructors.idl
@@ -29,6 +29,6 @@
Constructor(ArrayBuffer arrayBuffer),
Constructor(ArrayBufferView arrayBufferView),
Constructor(Blob blob),
- Constructor(DOMString string),
+ Constructor(DOMString string)
] interface TestOverloadedConstructors {
};
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestPartialInterface.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698