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

Unified Diff: third_party/WebKit/Source/core/html/TimeRanges.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/TimeRanges.idl
diff --git a/third_party/WebKit/Source/core/html/TimeRanges.idl b/third_party/WebKit/Source/core/html/TimeRanges.idl
index 2a986dbc5de259d602b96b9db8b552d49712309e..a7387ff1ea68aaaf61c453afc4a7ccdab5f39eea 100644
--- a/third_party/WebKit/Source/core/html/TimeRanges.idl
+++ b/third_party/WebKit/Source/core/html/TimeRanges.idl
@@ -25,8 +25,7 @@
// https://html.spec.whatwg.org/#time-ranges
-[
-] interface TimeRanges {
+interface TimeRanges {
readonly attribute unsigned long length;
[RaisesException] double start(unsigned long index);
[RaisesException] double end(unsigned long index);
« no previous file with comments | « third_party/WebKit/Source/core/html/TextMetrics.idl ('k') | third_party/WebKit/Source/core/html/ValidityState.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698