| Index: Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| diff --git a/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl b/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| index b25dc358951cac7f5690103b3a2b04a23ac2fb8e..d98cfdc07125ed3259c3f350ae5c6ca9fdc45afd 100644
|
| --- a/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| +++ b/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl
|
| @@ -34,6 +34,5 @@ partial interface WorkerGlobalScope {
|
| [EnabledAtRuntime=FileSystem, RaisesException] EntrySync webkitResolveLocalFileSystemSyncURL(DOMString url);
|
|
|
| [EnabledAtRuntime=FileSystem] attribute FileErrorConstructor FileError;
|
| - [EnabledAtRuntime=FileSystem] attribute FileExceptionConstructor FileException;
|
| };
|
|
|
|
|