Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: third_party/WebKit/Source/core/timing/Performance.idl

Issue 2347803002: Drop empty [] for dictionaries and interfaces in IDL files (Closed)
Patch Set: fix p_ExtendedAttributeList Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/testing/UnionTypesTest.idl ('k') | third_party/WebKit/Source/core/timing/PerformanceEntry.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698