| Index: third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| index 1945d68a31a8d66f936e82aefb1b5ae68dbd3b8d..4bc0c045888625736192783c73f72e60e8b8f354 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| @@ -129,7 +129,7 @@ public:
|
| {
|
| if (!m_resolver->getExecutionContext() || m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| return;
|
| - m_resolver->resolve(Response::create(m_resolver->getScriptState()->getExecutionContext(), webResponse));
|
| + m_resolver->resolve(Response::create(m_resolver->getScriptState(), webResponse));
|
| m_resolver.clear();
|
| }
|
|
|
|
|