| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 287a4e40c327b66b5c361c581da21264e2cc13ca..d18f5612b17422c94ef594ee8427671745b6c86f 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -153,6 +153,7 @@ _renamed_html_members = {
|
| 'SvgElement.className': '$dom_svgClassName',
|
| 'Url.createObjectURL': 'createObjectUrl',
|
| 'Url.revokeObjectURL': 'revokeObjectUrl',
|
| + 'Window.webkitNotifications': 'notifications',
|
| 'Window.webkitRequestFileSystem': 'requestFileSystem',
|
| 'Window.webkitResolveLocalFileSystemURL': 'resolveLocalFileSystemUrl',
|
| 'WorkerContext.webkitRequestFileSystem': 'requestFileSystem',
|
|
|