| Index: tools/dom/docs/docs.json
|
| diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
|
| index ae6277b284da05460d8458d051bca89bc45dd975..09f9f5b0e5f66cde83c215ad3a098836485c76a4 100644
|
| --- a/tools/dom/docs/docs.json
|
| +++ b/tools/dom/docs/docs.json
|
| @@ -343,30 +343,6 @@
|
| " */"
|
| ]
|
| },
|
| - "WorkerContext": {
|
| - "members": {
|
| - "webkitRequestFileSystem": [
|
| - "/**",
|
| - " * Access a sandboxed file system of the specified `size`. If `persistent` is",
|
| - " * true, the application will request permission from the user to create",
|
| - " * lasting storage. This storage cannot be freed without the user's",
|
| - " * permission. Returns a [Future] whose value stores a reference to the",
|
| - " * sandboxed file system for use. Because the file system is sandboxed,",
|
| - " * applications cannot access file systems created in other web pages. ",
|
| - " */"
|
| - ],
|
| - "webkitRequestFileSystemSync": [
|
| - "/**",
|
| - " * Access a sandboxed file system of the specified `size`. If `persistent` is",
|
| - " * true, the application will request permission from the user to create",
|
| - " * lasting storage. This storage cannot be freed without the user's",
|
| - " * permission. This call will block until a reference to the synchronous file ",
|
| - " * system API has been obtained. Because the file system is sandboxed,",
|
| - " * applications cannot access file systems created in other web pages. ",
|
| - " */"
|
| - ]
|
| - }
|
| - },
|
| "XMLHttpRequest": {
|
| "members": {
|
| "abort": [
|
|
|