| 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
|
|
|