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

Unified Diff: Source/core/frame/FrameHost.cpp

Issue 1162033003: Oilpan: fix build after r196078. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/core/frame/FrameHost.h ('k') | Source/core/frame/PageScaleConstraintsSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameHost.cpp
diff --git a/Source/core/frame/FrameHost.cpp b/Source/core/frame/FrameHost.cpp
index af12a0788230dcb33e772a027ac0cb74562b9be5..7cdffc151f4bfc889262872d36e3f471a8f9b02b 100644
--- a/Source/core/frame/FrameHost.cpp
+++ b/Source/core/frame/FrameHost.cpp
@@ -110,7 +110,6 @@ DEFINE_TRACE(FrameHost)
{
visitor->trace(m_page);
visitor->trace(m_topControls);
- visitor->trace(m_pageScaleConstraintsSet);
visitor->trace(m_eventHandlerRegistry);
visitor->trace(m_consoleMessageStorage);
}
« no previous file with comments | « Source/core/frame/FrameHost.h ('k') | Source/core/frame/PageScaleConstraintsSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698