aboutsummaryrefslogtreecommitdiff
path: root/src/inspector/injected-script-native.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector/injected-script-native.h')
-rw-r--r--src/inspector/injected-script-native.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inspector/injected-script-native.h b/src/inspector/injected-script-native.h
index 3bdf2470..c0b93013 100644
--- a/src/inspector/injected-script-native.h
+++ b/src/inspector/injected-script-native.h
@@ -34,8 +34,7 @@ class InjectedScriptNative final {
int m_lastBoundObjectId;
v8::Isolate* m_isolate;
- protocol::HashMap<int, std::unique_ptr<v8::Global<v8::Value>>>
- m_idToWrappedObject;
+ protocol::HashMap<int, v8::Global<v8::Value>> m_idToWrappedObject;
typedef protocol::HashMap<int, String16> IdToObjectGroupName;
IdToObjectGroupName m_idToObjectGroupName;
typedef protocol::HashMap<String16, std::vector<int>> NameToObjectGroup;