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

Unified Diff: third_party/WebKit/Source/core/testing/UnionTypesTest.idl

Issue 2347803002: Drop empty [] for dictionaries and interfaces in IDL files (Closed)
Patch Set: fix p_ExtendedAttributeList Created 4 years, 3 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/core/testing/UnionTypesTest.idl
diff --git a/third_party/WebKit/Source/core/testing/UnionTypesTest.idl b/third_party/WebKit/Source/core/testing/UnionTypesTest.idl
index 013ad580a16d9d0d5657154f11d482fec8244465..fe4e49d6d98170f0096bf7f64cb11bf5b2d47aef 100644
--- a/third_party/WebKit/Source/core/testing/UnionTypesTest.idl
+++ b/third_party/WebKit/Source/core/testing/UnionTypesTest.idl
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
-] interface UnionTypesTest {
+interface UnionTypesTest {
attribute (double or DOMString or DOMString[]) doubleOrStringOrStringArrayAttribute;
DOMString doubleOrStringArg((double or DOMString) arg);
« no previous file with comments | « third_party/WebKit/Source/core/testing/TypeConversions.idl ('k') | third_party/WebKit/Source/core/timing/Performance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698