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

Unified Diff: third_party/WebKit/Source/core/clipboard/DataTransferItem.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/clipboard/DataTransferItem.idl
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl b/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
index db186a153b8edb01bd3bab0cae7cf9a2d77a18bd..f30a2ca71e0059420af7d81a84681153c99eef60 100644
--- a/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
+++ b/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
@@ -30,8 +30,7 @@
// https://html.spec.whatwg.org/#the-datatransferitem-interface
-[
-] interface DataTransferItem {
+interface DataTransferItem {
readonly attribute DOMString kind;
readonly attribute DOMString type;
// TODO(foolip): The callback argument should be a FunctionStringCallback.

Powered by Google App Engine
This is Rietveld 408576698