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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp

Issue 1405823002: DevTools: extract Blink-independent part of CPU profiler into V8ProfilerAgent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check if client is present before calling its methods Created 5 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
index 05125f1afc8bfa50f6e6e86f48224c08894f6ff7..39f47dd9ad768c5619ede8b98b5b94309cc71dcb 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
@@ -470,7 +470,7 @@ void WebDevToolsAgentImpl::initializeDeferredAgents()
m_agents.append(InspectorInputAgent::create(m_inspectedFrames.get()));
v8::Isolate* isolate = V8PerIsolateData::mainThreadIsolate();
- m_agents.append(InspectorProfilerAgent::create(isolate, injectedScriptManager, m_overlay.get()));
+ m_agents.append(InspectorProfilerAgent::create(isolate, m_overlay.get()));
m_agents.append(InspectorHeapProfilerAgent::create(isolate, injectedScriptManager));
« no previous file with comments | « third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698