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); |