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

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

Issue 1434243002: Oilpan: add missing tracing of WebLocalFrameImpls from inspector agents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/Source/web/InspectorEmulationAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/InspectorEmulationAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
index 2a7950c124bf8a78dea5311e3e50a01419cba12b..4e87a7db0e7f91a59298e18f41b056d6acbf2f23 100644
--- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
+++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
@@ -42,7 +42,7 @@ private:
explicit InspectorEmulationAgent(WebLocalFrameImpl*);
WebViewImpl* webViewImpl();
- WebLocalFrameImpl* m_webLocalFrameImpl;
+ RawPtrWillBeMember<WebLocalFrameImpl> m_webLocalFrameImpl;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/InspectorEmulationAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698