Index: third_party/WebKit/Source/core/testing/PrivateScriptTest.idl |
diff --git a/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl b/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl |
index 024a97c6869b5e9922e530763e6f87e302788be1..5f19c069984df614c42f9544890c00d856d73710 100644 |
--- a/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl |
+++ b/third_party/WebKit/Source/core/testing/PrivateScriptTest.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 PrivateScriptTest { |
+interface PrivateScriptTest { |
[ImplementedInPrivateScript] void doNothing(); |
[ImplementedInPrivateScript] short return123(); |
[ImplementedInPrivateScript] short echoInteger(short value); |