We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bc93b commit fb2fc1cCopy full SHA for fb2fc1c
src/inspector/dom_storage_agent.h
@@ -53,7 +53,7 @@ class DOMStorageAgent : public protocol::DOMStorage::Backend,
53
std::unique_ptr<protocol::DOMStorage::Frontend> frontend_;
54
std::unordered_map<std::string, std::string> local_storage_map_;
55
std::unordered_map<std::string, std::string> session_storage_map_;
56
- bool enabled_;
+ bool enabled_ = false;
57
Environment* env_;
58
};
59
0 commit comments