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

Unified Diff: Source/modules/filesystem/DirectoryEntry.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/DOMFileSystemSync.idl ('k') | Source/modules/filesystem/DirectoryEntrySync.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DirectoryEntry.idl
diff --git a/Source/modules/filesystem/DirectoryEntry.idl b/Source/modules/filesystem/DirectoryEntry.idl
index c979b44612718aaf5c68a7ae7d56e7a2f1a6e799..3e51b116bb79fd5c2153d3d6b0c3a232386be992 100644
--- a/Source/modules/filesystem/DirectoryEntry.idl
+++ b/Source/modules/filesystem/DirectoryEntry.idl
@@ -29,7 +29,7 @@
*/
[
- NoInterfaceObject,
+ NoInterfaceObject
] interface DirectoryEntry : Entry {
DirectoryReader createReader();
void getFile([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, optional Dictionary options, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
« no previous file with comments | « Source/modules/filesystem/DOMFileSystemSync.idl ('k') | Source/modules/filesystem/DirectoryEntrySync.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698