Title: [147771] trunk/Source/WebCore
- Revision
- 147771
- Author
- [email protected]
- Date
- 2013-04-05 11:54:50 -0700 (Fri, 05 Apr 2013)
Log Message
Remove Chromium code from WebCore/storage
https://bugs.webkit.org/show_bug.cgi?id=114049
Reviewed by Anders Carlsson.
Removed.
* storage/StorageNamespace.cpp:
* storage/chromium: Removed.
Modified Paths
Removed Paths
- trunk/Source/WebCore/storage/chromium/
Diff
Modified: trunk/Source/WebCore/ChangeLog (147770 => 147771)
--- trunk/Source/WebCore/ChangeLog 2013-04-05 18:48:35 UTC (rev 147770)
+++ trunk/Source/WebCore/ChangeLog 2013-04-05 18:54:50 UTC (rev 147771)
@@ -1,3 +1,15 @@
+2013-04-05 Ryosuke Niwa <[email protected]>
+
+ Remove Chromium code from WebCore/storage
+ https://bugs.webkit.org/show_bug.cgi?id=114049
+
+ Reviewed by Anders Carlsson.
+
+ Removed.
+
+ * storage/StorageNamespace.cpp:
+ * storage/chromium: Removed.
+
2013-04-05 Seokju Kwon <[email protected]>
[SOUP] Remove unnecessary explicit keyword in SocketStreamError.h
Modified: trunk/Source/WebCore/storage/StorageNamespace.cpp (147770 => 147771)
--- trunk/Source/WebCore/storage/StorageNamespace.cpp 2013-04-05 18:48:35 UTC (rev 147770)
+++ trunk/Source/WebCore/storage/StorageNamespace.cpp 2013-04-05 18:54:50 UTC (rev 147771)
@@ -33,10 +33,6 @@
#include "StorageNamespaceImpl.h"
#endif
-#if PLATFORM(CHROMIUM)
-#error "Chromium should not compile this file and instead define its own version of these factories that navigate the multi-process boundry."
-#endif
-
namespace WebCore {
PassRefPtr<StorageNamespace> StorageNamespace::localStorageNamespace(const String& path, unsigned quota)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes