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

Unified Diff: Source/modules/filesystem/WindowFileSystem.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: Source/modules/filesystem/WindowFileSystem.idl
diff --git a/Source/modules/filesystem/WindowFileSystem.idl b/Source/modules/filesystem/WindowFileSystem.idl
index dcbe807f838ef1fd79f72a62f50d12f5a51d392f..b35cc8ad495b253d9c5fd36873419e5503559707 100644
--- a/Source/modules/filesystem/WindowFileSystem.idl
+++ b/Source/modules/filesystem/WindowFileSystem.idl
@@ -25,7 +25,7 @@
*/
[
- ImplementedAs=DOMWindowFileSystem
+ ImplementedAs=DOMWindowFileSystem,
] partial interface Window {
const unsigned short TEMPORARY = 0;
const unsigned short PERSISTENT = 1;
@@ -35,4 +35,3 @@
[RuntimeEnabled=FileSystem] void webkitResolveLocalFileSystemURL(DOMString url,
EntryCallback successCallback, optional ErrorCallback errorCallback);
};
-
« no previous file with comments | « Source/modules/filesystem/HTMLInputElementFileSystem.idl ('k') | Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698