| Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| index 618358b6e9d4358a7a76ff5b8fc7d7da45f70880..58843c587897f20fd8fa29b284a01d27a0c46fe6 100644
|
| --- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| @@ -685,12 +685,10 @@ void ChromeClientImpl::print(Frame* frame)
|
| m_webView->client()->printPage(WebFrameImpl::fromFrame(frame));
|
| }
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| void ChromeClientImpl::exceededDatabaseQuota(Frame* frame, const String& databaseName, DatabaseDetails)
|
| {
|
| // Chromium users cannot currently change the default quota
|
| }
|
| -#endif
|
|
|
| void ChromeClientImpl::reachedMaxAppCacheSize(int64_t spaceNeeded)
|
| {
|
|
|