Chromium Code Reviews| Index: lib/dom/scripts/systemhtml.py |
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py |
| index 22cf31ec6660d281caa83905552b79d290cbbc49..90ccbfd522b33690248c6cf060e09cb45205d8ea 100644 |
| --- a/lib/dom/scripts/systemhtml.py |
| +++ b/lib/dom/scripts/systemhtml.py |
| @@ -275,6 +275,7 @@ _html_library_custom = set([ |
| 'Window.get:top', |
| 'Window.get:location', |
| 'Window.set:location', |
| + 'Window.open', |
| 'IDBDatabase.transaction', |
| ]) |