Bug 25242 - QtWebKit no longer builds with Qt4.4
Summary: QtWebKit no longer builds with Qt4.4
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 25143 25233 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-16 13:39 PDT by Laszlo Gombos
Modified: 2009-04-17 05:19 PDT (History)
3 users (show)

See Also:


Attachments
Proposed fix. (1.76 KB, patch)
2009-04-16 13:46 PDT, Laszlo Gombos
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2009-04-16 13:39:05 PDT
Revision http://trac.webkit.org/changeset/42238 introduced the first version of DOM access API to QtWebKit. One of the associated tests with the new API sneaked in QtCore 4.5 dependency by using QList::length() (http://doc.trolltech.com/4.5/qlist.html#lengthx).
Comment 1 Laszlo Gombos 2009-04-16 13:46:24 PDT
Created attachment 29548 [details]
Proposed fix.
Comment 2 Simon Hausmann 2009-04-17 01:50:08 PDT
Thanks! Fix landed in r42608
Comment 3 Simon Hausmann 2009-04-17 01:50:58 PDT
*** Bug 25233 has been marked as a duplicate of this bug. ***
Comment 4 Ariya Hidayat 2009-04-17 05:19:42 PDT
*** Bug 25143 has been marked as a duplicate of this bug. ***