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:
blois@google.com 2013-04-06 00:24:43 +00:00
parent e0979d9e7f
commit 3f82bebebe

View file

@ -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": [