Title: [144372] trunk/Source/WebCore
Revision
144372
Author
[email protected]
Date
2013-02-28 14:46:32 -0800 (Thu, 28 Feb 2013)

Log Message

        Windows build fix.

        Removing ENABLE(BLOB) checks that I added in bug 111100. Many, many more are needed
        to cleanly disable blob code.

        * platform/network/BlobData.h:
        * platform/network/BlobRegistryImpl.cpp:
        * platform/network/BlobRegistryImpl.h:
        * platform/network/BlobStorageData.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144371 => 144372)


--- trunk/Source/WebCore/ChangeLog	2013-02-28 22:33:59 UTC (rev 144371)
+++ trunk/Source/WebCore/ChangeLog	2013-02-28 22:46:32 UTC (rev 144372)
@@ -1,3 +1,15 @@
+2013-02-28  Alexey Proskuryakov  <[email protected]>
+
+        Windows build fix.
+
+        Removing ENABLE(BLOB) checks that I added in bug 111100. Many, many more are needed
+        to cleanly disable blob code.
+
+        * platform/network/BlobData.h:
+        * platform/network/BlobRegistryImpl.cpp:
+        * platform/network/BlobRegistryImpl.h:
+        * platform/network/BlobStorageData.h:
+
 2013-02-28  Eric Seidel  <[email protected]>
 
         Threaded HTML parser hits ASSERTION FAILED: this == frameLoader()->activeDocumentLoader()

Modified: trunk/Source/WebCore/platform/network/BlobData.h (144371 => 144372)


--- trunk/Source/WebCore/platform/network/BlobData.h	2013-02-28 22:33:59 UTC (rev 144371)
+++ trunk/Source/WebCore/platform/network/BlobData.h	2013-02-28 22:46:32 UTC (rev 144372)
@@ -31,8 +31,6 @@
 #ifndef BlobData_h
 #define BlobData_h
 
-#if ENABLE(BLOB)
-
 #include "FileSystem.h"
 #include "KURL.h"
 #include <wtf/Forward.h>
@@ -206,6 +204,4 @@
 
 } // namespace WebCore
 
-#endif // ENABLE(BLOB)
-
 #endif // BlobData_h

Modified: trunk/Source/WebCore/platform/network/BlobRegistryImpl.cpp (144371 => 144372)


--- trunk/Source/WebCore/platform/network/BlobRegistryImpl.cpp	2013-02-28 22:33:59 UTC (rev 144371)
+++ trunk/Source/WebCore/platform/network/BlobRegistryImpl.cpp	2013-02-28 22:46:32 UTC (rev 144372)
@@ -32,8 +32,6 @@
 #include "config.h"
 #include "BlobRegistryImpl.h"
 
-#if ENABLE(BLOB)
-
 #include "BlobResourceHandle.h"
 #include "BlobStorageData.h"
 #include "ResourceError.h"
@@ -198,5 +196,3 @@
 }
 
 } // namespace WebCore
-
-#endif // ENABLE(BLOB)

Modified: trunk/Source/WebCore/platform/network/BlobRegistryImpl.h (144371 => 144372)


--- trunk/Source/WebCore/platform/network/BlobRegistryImpl.h	2013-02-28 22:33:59 UTC (rev 144371)
+++ trunk/Source/WebCore/platform/network/BlobRegistryImpl.h	2013-02-28 22:46:32 UTC (rev 144372)
@@ -31,8 +31,6 @@
 #ifndef BlobRegistryImpl_h
 #define BlobRegistryImpl_h
 
-#if ENABLE(BLOB)
-
 #include "BlobRegistry.h"
 #include "BlobStorageData.h"
 #include <wtf/HashMap.h>
@@ -70,6 +68,4 @@
 
 } // namespace WebCore
 
-#endif // ENABLE(BLOB)
-
 #endif // BlobRegistryImpl_h

Modified: trunk/Source/WebCore/platform/network/BlobStorageData.h (144371 => 144372)


--- trunk/Source/WebCore/platform/network/BlobStorageData.h	2013-02-28 22:33:59 UTC (rev 144371)
+++ trunk/Source/WebCore/platform/network/BlobStorageData.h	2013-02-28 22:46:32 UTC (rev 144372)
@@ -31,8 +31,6 @@
 #ifndef BlobStorageData_h
 #define BlobStorageData_h
 
-#if ENABLE(BLOB)
-
 #include "BlobData.h"
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefCounted.h>
@@ -64,6 +62,4 @@
 
 } // namespace WebCore
 
-#endif
-
 #endif // BlobStorageData_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to