Bug 116932

Summary: [Qt] Missing files from build after r150853
Product: WebKit Reporter: Peter Gal <galpeter>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, commit-queue, jturcotte, kadam, ossy, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
speculative fix
none
include path fix none

Description Peter Gal 2013-05-29 01:06:23 PDT
After the r150853 the Qt Mac buildbot gives a little error as stated below: 

../qt-mountainlion-release/build/Source/WebCore/platform/mac/KURLMac.mm:29:9: fatal error: 'CFURLExtras.h' file not found
#import "CFURLExtras.h"
        ^
1 error generated.


The CFURLExtras.{cpp,h} files are missing from the Qt project files.
Comment 1 Peter Gal 2013-05-29 01:10:49 PDT
Created attachment 203134 [details]
speculative fix
Comment 2 Csaba Osztrogonác 2013-05-29 01:27:31 PDT
Comment on attachment 203134 [details]
speculative fix

rs=me
Comment 3 WebKit Commit Bot 2013-05-29 01:55:57 PDT
Comment on attachment 203134 [details]
speculative fix

Clearing flags on attachment: 203134

Committed r150878: <http://trac.webkit.org/changeset/150878>
Comment 4 WebKit Commit Bot 2013-05-29 01:55:58 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Csaba Osztrogonác 2013-05-29 03:11:14 PDT
Reopen, because it wasn't enough, the build is still failing.
Comment 6 Peter Gal 2013-05-29 03:32:27 PDT
Created attachment 203147 [details]
include path fix

Forgot the include path.
Comment 7 Csaba Osztrogonác 2013-05-29 03:33:23 PDT
Comment on attachment 203147 [details]
include path fix

let's go!
Comment 8 WebKit Commit Bot 2013-05-29 04:01:07 PDT
Comment on attachment 203147 [details]
include path fix

Clearing flags on attachment: 203147

Committed r150882: <http://trac.webkit.org/changeset/150882>
Comment 9 WebKit Commit Bot 2013-05-29 04:01:10 PDT
All reviewed patches have been landed.  Closing bug.