| Index: third_party/inspector_protocol/CodeGenerator.py
|
| diff --git a/third_party/inspector_protocol/CodeGenerator.py b/third_party/inspector_protocol/CodeGenerator.py
|
| index c722c83ba34142615a5078d94cf1214ec7d54981..cd70a6359160d0db91facb659ae7e9723bddf25f 100644
|
| --- a/third_party/inspector_protocol/CodeGenerator.py
|
| +++ b/third_party/inspector_protocol/CodeGenerator.py
|
| @@ -330,7 +330,8 @@ def resolve_type(protocol, prop):
|
|
|
|
|
| def new_style(domain):
|
| - domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page", "LayerTree", "Database", "IndexedDB", "CacheStorage", "DOM", "CSS" ]
|
| + domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page", "LayerTree", "Database", "IndexedDB", "CacheStorage", "DOM", "CSS",
|
| + "ApplicationCache", "DOMDebugger", "Input", "DeviceOrientation", "Tracing" ]
|
| return domain["domain"] in domains
|
|
|
|
|
|
|