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

Unified Diff: Source/modules/filesystem/DirectoryEntrySync.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/modules/filesystem/DirectoryEntry.idl ('k') | Source/modules/filesystem/DirectoryReader.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DirectoryEntrySync.idl
diff --git a/Source/modules/filesystem/DirectoryEntrySync.idl b/Source/modules/filesystem/DirectoryEntrySync.idl
index f6fbf99e632be5f9aaf5c846a895df9dcc262554..b1c93b96467c1abf03c3f585194516761a8548d7 100644
--- a/Source/modules/filesystem/DirectoryEntrySync.idl
+++ b/Source/modules/filesystem/DirectoryEntrySync.idl
@@ -29,7 +29,7 @@
*/
[
- NoInterfaceObject,
+ NoInterfaceObject
] interface DirectoryEntrySync : EntrySync {
DirectoryReaderSync createReader();
[RaisesException] FileEntrySync getFile([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, Dictionary flags);
« no previous file with comments | « Source/modules/filesystem/DirectoryEntry.idl ('k') | Source/modules/filesystem/DirectoryReader.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698