Chromium Code Reviews| Index: client/dom/scripts/fremontcutbuilder.py |
| diff --git a/client/dom/scripts/fremontcutbuilder.py b/client/dom/scripts/fremontcutbuilder.py |
| index eebc8a2a5633e849c59916808b9e0e14dad4c499..a71a7cf6d3f4eb00a14d936247ae2c490f3ab103 100755 |
| --- a/client/dom/scripts/fremontcutbuilder.py |
| +++ b/client/dom/scripts/fremontcutbuilder.py |
| @@ -26,24 +26,25 @@ def main(): |
| # Import WebKit IDL files: |
| webkit_dirs = [ |
| - 'css', |
| - 'dom', |
| - 'fileapi', |
| - 'html', |
| - 'html/canvas', |
| - 'inspector', |
| - 'loader', |
| - 'loader/appcache', |
| - 'notifications', |
| - 'page', |
| - 'plugins', |
| - 'storage', |
| - 'svg', |
| - 'webaudio', |
| - 'websockets', |
| - 'workers', |
| - 'xml', |
| - ] |
| + 'Modules/indexeddb', |
| + 'css', |
| + 'dom', |
| + 'fileapi', |
| + 'html', |
| + 'html/canvas', |
| + 'inspector', |
| + 'loader', |
| + 'loader/appcache', |
| + 'notifications', |
| + 'page', |
| + 'plugins', |
| + 'storage', |
| + 'svg', |
| + 'webaudio', |
| + 'websockets', |
| + 'workers', |
| + 'xml', |
| + ] |
| # TODO(vsm): Move this to a README. |
| # This is the Dart SVN revision. |
| webkit_revision = '1060' |