From d9c4f8fababcfe370881b4402994cbcd6fa05504 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 18 Mar 2013 16:15:13 +0100 Subject: [Qt] Fix the JSC build on Mac Unreviewed, build fix. * heap/HeapTimer.h: Qt on Mac has USE(CF) true, and should use the CF HeapTimer in that case. Change-Id: Ibf9d96a3492e47dc33e131322de16e52de00e5e5 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@141097 268f45cc-cd09-0410-ab3c-d52691b4dbfc Reviewed-by: Jocelyn Turcotte --- Source/JavaScriptCore/heap/HeapTimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/JavaScriptCore/heap/HeapTimer.h') diff --git a/Source/JavaScriptCore/heap/HeapTimer.h b/Source/JavaScriptCore/heap/HeapTimer.h index e0fcda672..66d28f228 100644 --- a/Source/JavaScriptCore/heap/HeapTimer.h +++ b/Source/JavaScriptCore/heap/HeapTimer.h @@ -44,7 +44,7 @@ namespace JSC { class JSGlobalData; -#if PLATFORM(QT) +#if PLATFORM(QT) && !USE(CF) class HeapTimer : public QObject { #else class HeapTimer { -- cgit v1.2.1