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

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

Issue 302893004: Remove V8TestingScope::create (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
« no previous file with comments | « Source/core/animation/AnimationTest.cpp ('k') | Source/core/animation/TimingInputTest.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 c3f909eb1f4a7e40c0d24f28fa33a070a3b1f7c7..34dbb56162a7a0d5a04b3e7616b61af7e2a233f8 100644
--- a/Source/core/animation/EffectInputTest.cpp
+++ b/Source/core/animation/EffectInputTest.cpp
@@ -23,7 +23,7 @@ protected:
: document(Document::create())
, element(document->createElement("foo", ASSERT_NO_EXCEPTION))
, m_isolate(v8::Isolate::GetCurrent())
- , m_scope(V8TestingScope::create(m_isolate))
+ , m_scope(m_isolate)
{
}
@@ -33,7 +33,7 @@ protected:
v8::Isolate* m_isolate;
private:
- OwnPtr<V8TestingScope> m_scope;
+ V8TestingScope m_scope;
};
TEST_F(AnimationEffectInputTest, SortedOffsets)
« no previous file with comments | « Source/core/animation/AnimationTest.cpp ('k') | Source/core/animation/TimingInputTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698