Index: third_party/WebKit/Source/core/timing/Performance.idl |
diff --git a/third_party/WebKit/Source/core/timing/Performance.idl b/third_party/WebKit/Source/core/timing/Performance.idl |
index b4b884371d562465ccdeca03ba261f319b8d5178..00d9187f355bcb84d5e8691e3a5e7b0d09413855 100644 |
--- a/third_party/WebKit/Source/core/timing/Performance.idl |
+++ b/third_party/WebKit/Source/core/timing/Performance.idl |
@@ -35,8 +35,7 @@ |
// would allow the WorkerPerformance interface to be merged into this. |
// TODO(foolip): None of the optional DOMString arguments in this interface |
// should have a default value. |
-[ |
-] interface Performance : EventTarget { |
+interface Performance : EventTarget { |
DOMHighResTimeStamp now(); |
// Performance Timeline |