| Index: third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp b/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp
|
| index e7c44416191d993ea1720e04ec66c5e14cd79713..00d5ec508f6bfc8ae46a2fb63f68b545024fa56c 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp
|
| @@ -240,7 +240,7 @@ class CacheStorageTest : public ::testing::Test {
|
| }
|
|
|
| ScriptState* getScriptState() {
|
| - return ScriptState::forMainWorld(m_page->document().frame());
|
| + return toScriptStateForMainWorld(m_page->document().frame());
|
| }
|
| ExecutionContext* getExecutionContext() {
|
| return getScriptState()->getExecutionContext();
|
|
|