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

Unified Diff: Source/bindings/v8/IDBBindingUtilitiesTest.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
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptPromiseResolverTest.cpp » ('j') | Source/bindings/v8/ScriptState.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/IDBBindingUtilitiesTest.cpp
diff --git a/Source/bindings/v8/IDBBindingUtilitiesTest.cpp b/Source/bindings/v8/IDBBindingUtilitiesTest.cpp
index 87ec181a3ad860ebe929aa54d654746722a70e95..cf03b7c4290bd38f43fce45ec2f926818b80fa67 100644
--- a/Source/bindings/v8/IDBBindingUtilitiesTest.cpp
+++ b/Source/bindings/v8/IDBBindingUtilitiesTest.cpp
@@ -92,11 +92,11 @@ void checkKeyPathNumberValue(v8::Isolate* isolate, const ScriptValue& value, con
class IDBKeyFromValueAndKeyPathTest : public testing::Test {
public:
IDBKeyFromValueAndKeyPathTest()
- : m_scope(V8ExecutionScope::create(v8::Isolate::GetCurrent()))
+ : m_scope(V8TestingScope::create(v8::Isolate::GetCurrent()))
{
}
private:
- OwnPtr<V8ExecutionScope> m_scope;
+ OwnPtr<V8TestingScope> m_scope;
};
TEST_F(IDBKeyFromValueAndKeyPathTest, TopLevelPropertyStringValue)
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptPromiseResolverTest.cpp » ('j') | Source/bindings/v8/ScriptState.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698