Index: Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp |
diff --git a/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp b/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp |
index 574703edbb86841e98b7ac7904d40ca2085c9cc9..18949eda264bf452386c389a515c10248d929879 100644 |
--- a/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp |
+++ b/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp |
@@ -66,7 +66,7 @@ void WebStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long grant |
m_quotaCallback->handleEvent(grantedQuotaInBytes); |
} |
-void WebStorageQuotaCallbacksImpl::didFail(WebKit::WebStorageQuotaError error) |
+void WebStorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError error) |
{ |
OwnPtr<WebStorageQuotaCallbacksImpl> deleter = adoptPtr(this); |
if (m_errorCallback) |