Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 12566025: Futureify requestFileSystem in WorkerContext. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 8ac2e15ad1ac8ce5311c76b3c09e91b34eb41290..6917cccb69291811a1c061bffea5b87869670fab 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -118,6 +118,7 @@ convert_to_future_members = monitored.Set(
'StorageInfo.queryUsageAndQuota',
'StorageInfo.requestQuota',
'WorkerContext.webkitResolveLocalFileSystemURL',
+ 'WorkerContext.webkitRequestFileSystem',
])
# Members from the standard dom that should not be exposed publicly in dart:html
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698