Index: third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp b/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp |
index d782cdb94b9b55d1ff1d8df6cd6c1f810828dc02..ba058cf44101e8156348283a1d988e5ab70ab113 100644 |
--- a/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp |
+++ b/third_party/WebKit/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(FROM_HERE, StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); |
+ executionContext->postTask(BLINK_FROM_HERE, StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); |
} |
} |