Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
« 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