| 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 26e654242b05c318bc5b954ca118a90bee4fe9ca..30b0e39043d7c5b9df9ca6b4ded8fa91aa2e1bc0 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| @@ -129,7 +129,7 @@
|
| {
|
| if (!m_resolver->getExecutionContext() || m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| return;
|
| - m_resolver->resolve(Response::create(m_resolver->getScriptState(), webResponse));
|
| + m_resolver->resolve(Response::create(m_resolver->getScriptState()->getExecutionContext(), webResponse));
|
| m_resolver.clear();
|
| }
|
|
|
|
|