Skip to content

Commit fb2fc1c

Browse files
committed
fix test
1 parent 67bc93b commit fb2fc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector/dom_storage_agent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class DOMStorageAgent : public protocol::DOMStorage::Backend,
5353
std::unique_ptr<protocol::DOMStorage::Frontend> frontend_;
5454
std::unordered_map<std::string, std::string> local_storage_map_;
5555
std::unordered_map<std::string, std::string> session_storage_map_;
56-
bool enabled_;
56+
bool enabled_ = false;
5757
Environment* env_;
5858
};
5959

0 commit comments

Comments
 (0)