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

Unified Diff: third_party/WebKit/Source/web/InspectorRenderingAgent.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
Index: third_party/WebKit/Source/web/InspectorRenderingAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorRenderingAgent.h b/third_party/WebKit/Source/web/InspectorRenderingAgent.h
index 76f3c5a069373dbf7b046d8e2d0c32772070dd06..2c447e39328cd0f7a70b304daeb62a85f6fdb35c 100644
--- a/third_party/WebKit/Source/web/InspectorRenderingAgent.h
+++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.h
@@ -37,7 +37,7 @@ private:
bool compositingEnabled(ErrorString*);
WebViewImpl* webViewImpl();
- WebLocalFrameImpl* m_webLocalFrameImpl;
+ RawPtrWillBeMember<WebLocalFrameImpl> m_webLocalFrameImpl;
};
« no previous file with comments | « third_party/WebKit/Source/web/InspectorEmulationAgent.cpp ('k') | third_party/WebKit/Source/web/InspectorRenderingAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698