| Index: third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| diff --git a/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp b/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| index 274bf225c03c13b267001ef6fda7611ec91f3760..7d8d49ecd0a1c6d479de6e03e3822762c66400a1 100644
|
| --- a/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| +++ b/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| @@ -36,7 +36,7 @@ namespace blink {
|
|
|
| std::unique_ptr<ExecutionContextTask> StorageErrorCallback::createSameThreadTask(StorageErrorCallback* callback, ExceptionCode ec)
|
| {
|
| - return blink::createSameThreadTask(&StorageErrorCallback::run, callback, ec);
|
| + return blink::createSameThreadTask(&StorageErrorCallback::run, wrapCrossThreadPersistent(callback), ec);
|
| }
|
|
|
| void StorageErrorCallback::run(StorageErrorCallback* callback, ExceptionCode ec)
|
|
|