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

Unified Diff: Source/core/inspector/InspectorResourceAgent.cpp

Issue 1268853009: Remove unnecessary ENABLE(OILPAN) usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: drop ENABLE(OILPAN) usage Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorResourceAgent.cpp
diff --git a/Source/core/inspector/InspectorResourceAgent.cpp b/Source/core/inspector/InspectorResourceAgent.cpp
index 419be671750d804dd09d4e711ad8d136bf385847..f73f59550a602ef0fff2a9919590e6eca59222b7 100644
--- a/Source/core/inspector/InspectorResourceAgent.cpp
+++ b/Source/core/inspector/InspectorResourceAgent.cpp
@@ -309,10 +309,7 @@ DEFINE_TRACE(InspectorResourceAgent)
visitor->trace(m_pageAgent);
visitor->trace(m_replayXHRs);
visitor->trace(m_replayXHRsToBeDeleted);
-
-#if ENABLE(OILPAN)
visitor->trace(m_pendingXHRReplayData);
-#endif
InspectorBaseAgent::trace(visitor);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698