Index: modules/filesystem/WorkerGlobalScopeFileSystem.idl |
diff --git a/modules/filesystem/WorkerGlobalScopeFileSystem.idl b/modules/filesystem/WorkerGlobalScopeFileSystem.idl |
index 1e13f7f83d4c4bda78aceb28f67202e52e5c50e0..f01817aa4de0dda351e709f10c6b475fd4f7a255 100644 |
--- a/modules/filesystem/WorkerGlobalScopeFileSystem.idl |
+++ b/modules/filesystem/WorkerGlobalScopeFileSystem.idl |
@@ -28,8 +28,8 @@ partial interface WorkerGlobalScope { |
const unsigned short TEMPORARY = 0; |
const unsigned short PERSISTENT = 1; |
- [RuntimeEnabled=FileSystem] void webkitRequestFileSystem(unsigned short type, long long size, optional FileSystemCallback successCallback, optional ErrorCallback errorCallback); |
- [RuntimeEnabled=FileSystem, RaisesException] DOMFileSystemSync webkitRequestFileSystemSync(unsigned short type, long long size); |
+ [RuntimeEnabled=FileSystem, MeasureAs=RequestFileSystemWorker] void webkitRequestFileSystem(unsigned short type, long long size, optional FileSystemCallback successCallback, optional ErrorCallback errorCallback); |
+ [RuntimeEnabled=FileSystem, RaisesException, MeasureAs=RequestFileSystemSyncWorker] DOMFileSystemSync webkitRequestFileSystemSync(unsigned short type, long long size); |
[RuntimeEnabled=FileSystem] void webkitResolveLocalFileSystemURL(DOMString url, EntryCallback successCallback, optional ErrorCallback errorCallback); |
[RuntimeEnabled=FileSystem, RaisesException] EntrySync webkitResolveLocalFileSystemSyncURL(DOMString url); |