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

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

Issue 295163005: Remove ScriptState::current() from IDBRequest (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/AnimationTest.cpp
diff --git a/Source/core/animation/AnimationTest.cpp b/Source/core/animation/AnimationTest.cpp
index 02db6d797c1d347f818c43d27c5ad5fa8fc7b5fb..a593a1cbe995b56728e8306a86c32ab841564acb 100644
--- a/Source/core/animation/AnimationTest.cpp
+++ b/Source/core/animation/AnimationTest.cpp
@@ -37,7 +37,7 @@ class AnimationAnimationV8Test : public AnimationAnimationTest {
protected:
AnimationAnimationV8Test()
: m_isolate(v8::Isolate::GetCurrent())
- , m_scope(V8ExecutionScope::create(m_isolate))
+ , m_scope(V8TestingScope::create(m_isolate))
{
}
@@ -54,7 +54,7 @@ protected:
v8::Isolate* m_isolate;
private:
- OwnPtr<V8ExecutionScope> m_scope;
+ OwnPtr<V8TestingScope> m_scope;
};
TEST_F(AnimationAnimationV8Test, CanCreateAnAnimation)

Powered by Google App Engine
This is Rietveld 408576698