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

Unified Diff: Source/core/animation/EffectInputTest.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 | « no previous file | Source/core/animation/KeyframeEffectTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/EffectInputTest.cpp
diff --git a/Source/core/animation/EffectInputTest.cpp b/Source/core/animation/EffectInputTest.cpp
index dc2d493388ee4ba3cd2c012a06b876932def595d..d3c396ab035e26790e5bc2c401475faa695acd91 100644
--- a/Source/core/animation/EffectInputTest.cpp
+++ b/Source/core/animation/EffectInputTest.cpp
@@ -29,7 +29,7 @@ protected:
, m_isolate(v8::Isolate::GetCurrent())
, m_scope(m_isolate)
{
- document.documentElement()->appendChild(element);
+ document.documentElement()->appendChild(element.get());
}
OwnPtr<DummyPageHolder> pageHolder;
« no previous file with comments | « no previous file | Source/core/animation/KeyframeEffectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698