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

Unified Diff: third_party/WebKit/Source/modules/storage/Storage.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/modules/storage/Storage.idl
diff --git a/third_party/WebKit/Source/modules/storage/Storage.idl b/third_party/WebKit/Source/modules/storage/Storage.idl
index a24b82836661ce3e5bd25f55b9e1c143d2e7f9b2..e4700657cdafb6c3f0fa1954a610518b4c0c2729 100644
--- a/third_party/WebKit/Source/modules/storage/Storage.idl
+++ b/third_party/WebKit/Source/modules/storage/Storage.idl
@@ -25,8 +25,7 @@
// https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface
-[
-] interface Storage {
+interface Storage {
// TODO(foolip): [NotEnumerable] should not be used anywhere in this interface.
[NotEnumerable, RaisesException=Getter] readonly attribute unsigned long length;
[NotEnumerable, RaisesException] DOMString? key(unsigned long index);

Powered by Google App Engine
This is Rietveld 408576698