| Index: Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
|
| diff --git a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
|
| index 0a9f40910680a490fc8eed343f8359410b434c49..8da0b0f5fd43c2331bb918a394a5a9c2489ae163 100644
|
| --- a/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
|
| +++ b/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp
|
| @@ -64,7 +64,7 @@ void DeprecatedStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long lon
|
| m_quotaCallback->handleEvent(grantedQuotaInBytes);
|
| }
|
|
|
| -void DeprecatedStorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError error)
|
| +void DeprecatedStorageQuotaCallbacksImpl::didFail(WebStorageQuotaError error)
|
| {
|
| if (m_errorCallback)
|
| m_errorCallback->handleEvent(DOMError::create(static_cast<ExceptionCode>(error)).get());
|
|
|