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

Unified Diff: third_party/WebCore/Modules/filesystem/DOMWindowFileSystem.idl

Issue 10993053: Roll IDL to multivm@910, Take #2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix for indexeddb Created 8 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/WebCore/Modules/filesystem/DOMWindowFileSystem.idl
diff --git a/third_party/WebCore/Modules/filesystem/DOMWindowFileSystem.idl b/third_party/WebCore/Modules/filesystem/DOMWindowFileSystem.idl
index b6ef513196aadb682a13f4b5a49ab37d2c68e138..f8f7779e0cd7af673f3a3b7b3c4b57ffbb7166ed 100644
--- a/third_party/WebCore/Modules/filesystem/DOMWindowFileSystem.idl
+++ b/third_party/WebCore/Modules/filesystem/DOMWindowFileSystem.idl
@@ -36,7 +36,7 @@ module window {
[V8EnabledAtRuntime=FileSystem] void webkitRequestFileSystem(in unsigned short type, in long long size,
in [Callback] FileSystemCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
[V8EnabledAtRuntime=FileSystem] void webkitResolveLocalFileSystemURL(in DOMString url,
- in [Callback, Optional] EntryCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
+ in [Callback] EntryCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
};
}

Powered by Google App Engine
This is Rietveld 408576698