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

Unified Diff: Source/core/animation/KeyframeEffectTest.cpp

Issue 1165553010: Oilpan: fix build after r196479. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/animation/EffectInputTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/KeyframeEffectTest.cpp
diff --git a/Source/core/animation/KeyframeEffectTest.cpp b/Source/core/animation/KeyframeEffectTest.cpp
index 01b9074d3c87917be071548bd243e64e88ada7af..981b8feb009424e1cbf483b91a95961619f38683 100644
--- a/Source/core/animation/KeyframeEffectTest.cpp
+++ b/Source/core/animation/KeyframeEffectTest.cpp
@@ -31,7 +31,7 @@ protected:
, element(document.createElement("foo", ASSERT_NO_EXCEPTION))
{
document.animationClock().resetTimeForTesting(document.timeline().zeroTime());
- document.documentElement()->appendChild(element);
+ document.documentElement()->appendChild(element.get());
EXPECT_EQ(0, document.timeline().currentTime());
}
« no previous file with comments | « Source/core/animation/EffectInputTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698