Index: third_party/WebKit/Source/core/frame/Navigator.idl |
diff --git a/third_party/WebKit/Source/core/frame/Navigator.idl b/third_party/WebKit/Source/core/frame/Navigator.idl |
index 5782e6e1d7d826bc0ee9974dbbc39749f34c8682..15f91f55a807497af93ff544a6282dbc9c6d9d8d 100644 |
--- a/third_party/WebKit/Source/core/frame/Navigator.idl |
+++ b/third_party/WebKit/Source/core/frame/Navigator.idl |
@@ -19,8 +19,7 @@ |
// https://html.spec.whatwg.org/#the-navigator-object |
-[ |
-] interface Navigator { |
+interface Navigator { |
// objects implementing this interface also implement the interfaces given below |
// TODO(foolip): vendorSub should be on NavigatorID. |