| Index: Source/web/StorageAreaProxy.cpp
|
| diff --git a/Source/web/StorageAreaProxy.cpp b/Source/web/StorageAreaProxy.cpp
|
| index ce55f47d1cc1ec417b852c1c879b1efa75ddd8b9..799fad166ffcdea0e2f77fbbe50f6949ee2b93e8 100644
|
| --- a/Source/web/StorageAreaProxy.cpp
|
| +++ b/Source/web/StorageAreaProxy.cpp
|
| @@ -99,7 +99,7 @@ void StorageAreaProxy::setItem(const String& key, const String& value, Exception
|
| WebKit::WebStorageArea::Result result = WebKit::WebStorageArea::ResultOK;
|
| m_storageArea->setItem(key, value, frame->document()->url(), result);
|
| if (result != WebKit::WebStorageArea::ResultOK)
|
| - es.throwDOMException(QuotaExceededError);
|
| + es.throwUninformativeAndGenericDOMException(QuotaExceededError);
|
| }
|
|
|
| void StorageAreaProxy::removeItem(const String& key, ExceptionState& es, Frame* frame)
|
|
|