Bug 62869 - [Qt] [WK2] Compile error in ActivateFontsQt.cpp on Mac
Summary: [Qt] [WK2] Compile error in ActivateFontsQt.cpp on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2011-06-17 09:49 PDT by Viatcheslav Ostapenko
Modified: 2011-06-20 03:36 PDT (History)
1 user (show)

See Also:


Attachments
Compile error fix. (1.02 KB, patch)
2011-06-17 10:01 PDT, Viatcheslav Ostapenko
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Viatcheslav Ostapenko 2011-06-17 09:49:45 PDT
On Mac OS X 10.6.7 with Qt 4.7.3 :

/Users/sl/work/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp: In function ‘void WTR::activateFonts()’:
/Users/sl/work/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:92: error: variable ‘QFont f’ has initializer but incomplete type
/Users/sl/work/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:94: error: incomplete type ‘QFont’ used in nested name specifier
/Users/sl/work/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:95: error: incomplete type ‘QFont’ used in nested name specifier
make[2]: *** [obj/debug/ActivateFontsQt.o] Error 1
make[1]: *** [sub-InjectedBundle-qt-InjectedBundle-pro-make_default] Error 2
make: *** [sub-WebKitTestRunner-WebKitTestRunner-pro-make_default-ordered] Error 2
Comment 1 Viatcheslav Ostapenko 2011-06-17 10:01:22 PDT
Created attachment 97609 [details]
Compile error fix.
Comment 2 WebKit Review Bot 2011-06-20 03:36:09 PDT
Comment on attachment 97609 [details]
Compile error fix.

Clearing flags on attachment: 97609

Committed r89241: <http://trac.webkit.org/changeset/89241>
Comment 3 WebKit Review Bot 2011-06-20 03:36:12 PDT
All reviewed patches have been landed.  Closing bug.