| 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;
|
|
|