Index: third_party/inspector_protocol/CodeGenerator.py |
diff --git a/third_party/inspector_protocol/CodeGenerator.py b/third_party/inspector_protocol/CodeGenerator.py |
index 5b71c9d08f3c8d7e7a8b2537c48573f8ca37147f..e1146ed33219b570234e5700b68c14fdc9f0afdf 100644 |
--- a/third_party/inspector_protocol/CodeGenerator.py |
+++ b/third_party/inspector_protocol/CodeGenerator.py |
@@ -330,7 +330,7 @@ def resolve_type(protocol, prop): |
def new_style(domain): |
- domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page" ] |
+ domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page", "LayerTree" ] |
return domain["domain"] in domains |