Index: third_party/WebKit/Source/core/frame/History.idl |
diff --git a/third_party/WebKit/Source/core/frame/History.idl b/third_party/WebKit/Source/core/frame/History.idl |
index 16b8187cad67d4bd3e5e2fdfe2ca75f6901b934b..54e643c594d94d09f5270a70dc3066b4da42dea9 100644 |
--- a/third_party/WebKit/Source/core/frame/History.idl |
+++ b/third_party/WebKit/Source/core/frame/History.idl |
@@ -27,8 +27,7 @@ |
enum ScrollRestoration {"auto", "manual"}; |
-[ |
-] interface History { |
+interface History { |
readonly attribute unsigned long length; |
[Measure] attribute ScrollRestoration scrollRestoration; |
// TODO(foolip): The SerializedScriptValue type should be any. |