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

Unified Diff: Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp

Issue 303673005: Oilpan build fix for r174893 and r174900. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp
diff --git a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp b/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp
index 34be5a04027fe0d448cfde64c3c21af5bcd634b6..f7824cb142207a7944d1add6b072810d465d262a 100644
--- a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp
+++ b/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp
@@ -144,9 +144,9 @@ bool DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(const C
void DeferredLegacyStyleInterpolation::trace(Visitor* visitor)
{
- StyleInterpolation::trace(visitor);
visitor->trace(m_startCSSValue);
visitor->trace(m_endCSSValue);
+ StyleInterpolation::trace(visitor);
}
}
« no previous file with comments | « Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h ('k') | Source/core/html/HTMLFrameOwnerElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698