Index: webkit/tools/test_shell/test_webview_delegate.cc |
=================================================================== |
--- webkit/tools/test_shell/test_webview_delegate.cc (revision 132437) |
+++ webkit/tools/test_shell/test_webview_delegate.cc (working copy) |
@@ -335,13 +335,7 @@ |
WebStorageNamespace* TestWebViewDelegate::createSessionStorageNamespace( |
unsigned quota) { |
-#ifdef ENABLE_NEW_DOM_STORAGE_BACKEND |
return SimpleDomStorageSystem::instance().CreateSessionStorageNamespace(); |
-#else |
- // Enforce quota, ignoring the parameter from WebCore as in Chrome. |
- return WebKit::WebStorageNamespace::createSessionStorageNamespace( |
- WebStorageNamespace::m_sessionStorageQuota); |
-#endif |
} |
WebGraphicsContext3D* TestWebViewDelegate::createGraphicsContext3D( |