Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h

Issue 1758313002: DevTools: introduce collections shim to be backed by non-wtf in v8_inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
index 5937f7f510e7b9d4fbf8394e45d189d6c39aa842..29a6d666a8e4e5606f9f865f0f7887fdde29b2eb 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
@@ -136,7 +136,7 @@ private:
OwnPtr<InjectedScriptManager> m_injectedScriptManager;
V8DebuggerImpl* m_debugger;
bool m_enabled;
- HashMap<String, OwnPtr<v8::Global<v8::Script>>> m_compiledScripts;
+ protocol::HashMap<String, OwnPtr<v8::Global<v8::Script>>> m_compiledScripts;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698