Bug 25242

Summary: QtWebKit no longer builds with Qt4.4
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cmsigler, elbunce, hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Proposed fix. hausmann: review+

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. ***