mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Fixing dartdoc generation.
Went out of date with my last CL. BUG= Review URL: https://codereview.chromium.org//13730018 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21013 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
e0979d9e7f
commit
3f82bebebe
1 changed files with 0 additions and 24 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue