Index: third_party/inspector_protocol/CodeGenerator.py |
diff --git a/third_party/inspector_protocol/CodeGenerator.py b/third_party/inspector_protocol/CodeGenerator.py |
index 3f57566ea1a5ef0f0410c518be5df9368be68277..a99ab54fa90f70f50306efce256cff3d3c709284 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", "LayerTree", "DOM", "CSS" ] |
+ domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page", "LayerTree", "DOM", "CSS", "Database", "IndexedDB", "CacheStorage" ] |
return domain["domain"] in domains |