Title: [110431] trunk/Source/WebCore
- Revision
- 110431
- Author
- [email protected]
- Date
- 2012-03-12 08:45:43 -0700 (Mon, 12 Mar 2012)
Log Message
[Qt][Mac] Build fails after adding WebCoreCFAutorelease(CFTypeRef) (r110360).
https://bugs.webkit.org/show_bug.cgi?id=80840
CoreFoundation/CFBase.h needs to be included to define the type CFTypeRef.
Reviewed by Tor Arne Vestbø.
* platform/mac/WebCoreObjCExtras.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (110430 => 110431)
--- trunk/Source/WebCore/ChangeLog 2012-03-12 15:34:50 UTC (rev 110430)
+++ trunk/Source/WebCore/ChangeLog 2012-03-12 15:45:43 UTC (rev 110431)
@@ -1,3 +1,14 @@
+2012-03-12 Zeno Albisser <[email protected]>
+
+ [Qt][Mac] Build fails after adding WebCoreCFAutorelease(CFTypeRef) (r110360).
+ https://bugs.webkit.org/show_bug.cgi?id=80840
+
+ CoreFoundation/CFBase.h needs to be included to define the type CFTypeRef.
+
+ Reviewed by Tor Arne Vestbø.
+
+ * platform/mac/WebCoreObjCExtras.h:
+
2012-03-12 George Staikos <[email protected]>
Remove unused global static variable for BlackBerry.
Modified: trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.h (110430 => 110431)
--- trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.h 2012-03-12 15:34:50 UTC (rev 110430)
+++ trunk/Source/WebCore/platform/mac/WebCoreObjCExtras.h 2012-03-12 15:45:43 UTC (rev 110431)
@@ -26,6 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <CoreFoundation/CFBase.h>
#include <objc/objc.h>
#ifdef __cplusplus
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes