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

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

Issue 1924173002: [DevTools] Improve performance of InstrumentingAgents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile Created 4 years, 8 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/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index f5fe808422e0828bccdb901da17c6584d70432f5..c2c2b8eee6e1726366c566a92e4f8fe6ee044573 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -35,7 +35,6 @@
#include "core/inspector/InspectorRuntimeAgent.h"
#include "core/inspector/InspectorSession.h"
#include "core/inspector/InspectorTracingAgent.h"
-#include "core/inspector/InstrumentingSessions.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebSize.h"
#include "public/platform/WebThread.h"
@@ -150,7 +149,7 @@ private:
bool m_hasBeenDisposed;
#endif
- Member<InstrumentingSessions> m_instrumentingSessions;
+ Member<InstrumentingAgents> m_instrumentingAgents;
Member<InspectorResourceContentLoader> m_resourceContentLoader;
Member<InspectorOverlay> m_overlay;
Member<InspectedFrames> m_inspectedFrames;

Powered by Google App Engine
This is Rietveld 408576698