Index: Source/web/StorageQuotaClientImpl.cpp |
diff --git a/Source/web/StorageQuotaClientImpl.cpp b/Source/web/StorageQuotaClientImpl.cpp |
index 68e2b5385885806de3eacf063f7d708b0406912a..1d1a4a21ca70588c17bd78fc270c5aa14063ac05 100644 |
--- a/Source/web/StorageQuotaClientImpl.cpp |
+++ b/Source/web/StorageQuotaClientImpl.cpp |
@@ -69,7 +69,7 @@ void StorageQuotaClientImpl::requestQuota(ExecutionContext* executionContext, We |
webFrame->client()->requestStorageQuota(webFrame, storageType, newQuotaInBytes, callbacks); |
} else { |
// Requesting quota in Worker is not supported. |
- executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); |
+ executionContext->postTask(FROM_HERE, StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); |
} |
} |