Title: [144475] trunk/Source/WebCore
Revision
144475
Author
[email protected]
Date
2013-03-01 11:17:41 -0800 (Fri, 01 Mar 2013)

Log Message

        Build fix for builds with BLOB disabled. This fixes it for me on Mac at least.

        * platform/network/BlobRegistryImpl.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144474 => 144475)


--- trunk/Source/WebCore/ChangeLog	2013-03-01 19:13:17 UTC (rev 144474)
+++ trunk/Source/WebCore/ChangeLog	2013-03-01 19:17:41 UTC (rev 144475)
@@ -1,3 +1,9 @@
+2013-03-01  Alexey Proskuryakov  <[email protected]>
+
+        Build fix for builds with BLOB disabled. This fixes it for me on Mac at least.
+
+        * platform/network/BlobRegistryImpl.cpp:
+
 2013-03-01  [email protected]  <[email protected]>
 
         [Curl] Session cookies should not be persistent.

Modified: trunk/Source/WebCore/platform/network/BlobRegistryImpl.cpp (144474 => 144475)


--- trunk/Source/WebCore/platform/network/BlobRegistryImpl.cpp	2013-03-01 19:13:17 UTC (rev 144474)
+++ trunk/Source/WebCore/platform/network/BlobRegistryImpl.cpp	2013-03-01 19:17:41 UTC (rev 144475)
@@ -32,6 +32,8 @@
 #include "config.h"
 #include "BlobRegistryImpl.h"
 
+#if ENABLE(BLOB)
+
 #include "BlobResourceHandle.h"
 #include "BlobStorageData.h"
 #include "ResourceError.h"
@@ -196,3 +198,5 @@
 }
 
 } // namespace WebCore
+
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to