| 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
|
|
|