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

Unified Diff: Source/web/WebDevToolsAgentImpl.cpp

Issue 1020383003: Oilpan: fix build after r192278. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « Source/web/WebDevToolsAgentImpl.h ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.cpp
diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp
index 5231cc66457372649b988cadb838a1a89ff5355d..d6100f20beb42d858807e7abb081a747edaa297f 100644
--- a/Source/web/WebDevToolsAgentImpl.cpp
+++ b/Source/web/WebDevToolsAgentImpl.cpp
@@ -255,7 +255,7 @@ WebDevToolsAgentImpl::WebDevToolsAgentImpl(
WebViewImpl* webViewImpl,
WebDevToolsAgentClient* client,
InspectorOverlay* overlay,
- PassOwnPtrWillBeRawPtr<InspectorInputAgent::Client> inputClient)
+ PassOwnPtr<InspectorInputAgent::Client> inputClient)
: m_client(client)
, m_webViewImpl(webViewImpl)
, m_attached(false)
@@ -360,7 +360,6 @@ DEFINE_TRACE(WebDevToolsAgentImpl)
visitor->trace(m_injectedScriptManager);
visitor->trace(m_state);
visitor->trace(m_overlay);
- visitor->trace(m_inputClient);
visitor->trace(m_asyncCallTracker);
visitor->trace(m_domAgent);
visitor->trace(m_pageAgent);
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.h ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698