Index: third_party/WebKit/Source/core/testing/InternalSettings.idl |
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.idl b/third_party/WebKit/Source/core/testing/InternalSettings.idl |
index 391cd82ce6d0c82a26560a308205aa141e857648..1455b564622180017658bd21c3f136ee45d138fd 100644 |
--- a/third_party/WebKit/Source/core/testing/InternalSettings.idl |
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl |
@@ -23,8 +23,7 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
-] interface InternalSettings : InternalSettingsGenerated { |
+interface InternalSettings : InternalSettingsGenerated { |
// All methods which access Page::settings() can raise an exception |
// when the page cannot be accessed. (Such as during page tear-down.) |
[RaisesException] void setMockScrollbarsEnabled(boolean enabled); |