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

Unified Diff: third_party/WebKit/Source/core/html/HTMLImageElement.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/html/HTMLImageElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.idl b/third_party/WebKit/Source/core/html/HTMLImageElement.idl
index eac59361cf379459451124ef2dc37a36d605ae39..a08f25d8c69bb34af4603fee324cd5dbec5565b5 100644
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.idl
@@ -22,7 +22,7 @@
// TODO(foolip): All long types in this interfaces should be unsigned long.
[
- ActiveScriptWrappable,
+ ActiveScriptWrappable,
ConstructorCallWith=Document,
NamedConstructor=Image(optional long width, optional long height),
] interface HTMLImageElement : HTMLElement {
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLHRElement.idl ('k') | third_party/WebKit/Source/core/html/MediaError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698