| Index: Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| diff --git a/Source/modules/filesystem/WorkerContextFileSystem.idl b/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| similarity index 98%
|
| rename from Source/modules/filesystem/WorkerContextFileSystem.idl
|
| rename to Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| index 744681c042c4183878bac20f32afec0a514f7566..b25dc358951cac7f5690103b3a2b04a23ac2fb8e 100644
|
| --- a/Source/modules/filesystem/WorkerContextFileSystem.idl
|
| +++ b/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| @@ -24,7 +24,7 @@
|
| *
|
| */
|
|
|
| -partial interface WorkerContext {
|
| +partial interface WorkerGlobalScope {
|
| const unsigned short TEMPORARY = 0;
|
| const unsigned short PERSISTENT = 1;
|
|
|
|
|