Title: [156052] trunk/Source/WebCore
Revision
156052
Author
jer.no...@apple.com
Date
2013-09-18 10:45:11 -0700 (Wed, 18 Sep 2013)

Log Message

Unreviewed build fix for Qt (and other) ports after 156049.

Wrap implementation of PublicURLManager in ENABLE(BLOB) check.

* html/PublicURLManager.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (156051 => 156052)


--- trunk/Source/WebCore/ChangeLog	2013-09-18 17:32:29 UTC (rev 156051)
+++ trunk/Source/WebCore/ChangeLog	2013-09-18 17:45:11 UTC (rev 156052)
@@ -1,5 +1,13 @@
 2013-09-18  Jer Noble  <jer.no...@apple.com>
 
+        Unreviewed build fix for Qt (and other) ports after 156049.
+
+        Wrap implementation of PublicURLManager in ENABLE(BLOB) check.
+
+        * html/PublicURLManager.cpp:
+
+2013-09-18  Jer Noble  <jer.no...@apple.com>
+
         Merge blink MediaSource changes since fork.
         https://bugs.webkit.org/show_bug.cgi?id=118752
 

Modified: trunk/Source/WebCore/html/PublicURLManager.cpp (156051 => 156052)


--- trunk/Source/WebCore/html/PublicURLManager.cpp	2013-09-18 17:32:29 UTC (rev 156051)
+++ trunk/Source/WebCore/html/PublicURLManager.cpp	2013-09-18 17:45:11 UTC (rev 156052)
@@ -27,6 +27,8 @@
 #include "config.h"
 #include "PublicURLManager.h"
 
+#if ENABLE(BLOB)
+
 #include "KURL.h"
 #include "URLRegistry.h"
 #include <wtf/text/StringHash.h>
@@ -62,3 +64,5 @@
 }
 
 }
+
+#endif // ENABLE(BLOB)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to