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

Unified Diff: third_party/WebCore/Modules/filesystem/WorkerContextFileSystem.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/WorkerContextFileSystem.idl
diff --git a/third_party/WebCore/Modules/filesystem/WorkerContextFileSystem.idl b/third_party/WebCore/Modules/filesystem/WorkerContextFileSystem.idl
index cb9c3284970e6d0c5c9e5a46b54111c8790f7305..befc0f53c9f7b04f924c2858d7bf8921356e9fb9 100644
--- a/third_party/WebCore/Modules/filesystem/WorkerContextFileSystem.idl
+++ b/third_party/WebCore/Modules/filesystem/WorkerContextFileSystem.idl
@@ -35,7 +35,7 @@ module threads {
[V8EnabledAtRuntime=FileSystem] void webkitRequestFileSystem(in unsigned short type, in long long size, in [Callback, Optional] FileSystemCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
[V8EnabledAtRuntime=FileSystem] DOMFileSystemSync webkitRequestFileSystemSync(in unsigned short type, in long long size) raises (FileException);
- [V8EnabledAtRuntime=FileSystem] void webkitResolveLocalFileSystemURL(in DOMString url, in [Callback, Optional] EntryCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
+ [V8EnabledAtRuntime=FileSystem] void webkitResolveLocalFileSystemURL(in DOMString url, in [Callback] EntryCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
[V8EnabledAtRuntime=FileSystem] EntrySync webkitResolveLocalFileSystemSyncURL(in DOMString url) raises (FileException);
attribute [V8EnabledAtRuntime=FileSystem] FileErrorConstructor FileError;

Powered by Google App Engine
This is Rietveld 408576698