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

Unified Diff: Source/core/dom/NodeList.idl

Issue 15650003: Remove trailing commas from Blink IDLs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase to HEAD (again) Created 7 years, 7 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
« no previous file with comments | « Source/core/dom/NodeIterator.idl ('k') | Source/core/dom/Range.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeList.idl
diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl
index b7c746e61003bcc53371d8158c1137e1201c3558..1c13f9bb8725a7032eb7046e197d9101b61d682d 100644
--- a/Source/core/dom/NodeList.idl
+++ b/Source/core/dom/NodeList.idl
@@ -21,7 +21,7 @@
[
CustomIsReachable,
CustomNamedGetter,
- DependentLifetime,
+ DependentLifetime
] interface NodeList {
getter Node item([IsIndex,Default=Undefined] optional unsigned long index);
« no previous file with comments | « Source/core/dom/NodeIterator.idl ('k') | Source/core/dom/Range.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698