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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h

Issue 1601283003: DevTools: deoilpanize inspector/v8 and related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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/core/inspector/v8/V8ProfilerAgentImpl.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h
index a026d80e8fe871727dd2d5f8f901e3e2f655b7f0..61ad489735674316a0a320843f648a4af6b7f0d0 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h
@@ -48,7 +48,7 @@ private:
bool isRecording() const;
v8::Isolate* m_isolate;
- RawPtrWillBeWeakPersistent<InspectorState> m_state;
+ InspectorState* m_state;
InspectorFrontend::Profiler* m_frontend;
bool m_enabled;
bool m_recordingCPUProfile;

Powered by Google App Engine
This is Rietveld 408576698