Bug 126415

Summary: IconController.cpp needs to include <wtf/text/CString.h>
Product: WebKit Reporter: Jaehun Lim <ljaehun.lim>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jaehun Lim 2014-01-02 20:34:15 PST
Build fails in IconController.cpp when ICONDATABASE is disabled.

WebKit/Source/WebCore/loader/icon/IconController.cpp:124:110: error: invalid use of incomplete type ‘class WTF::CString’

IconController.cpp needs #include <wtf/text/CString.h>.
Comment 1 Jaehun Lim 2014-01-02 20:38:26 PST
Created attachment 220278 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-02 21:18:10 PST
Comment on attachment 220278 [details]
Patch

Clearing flags on attachment: 220278

Committed r161252: <http://trac.webkit.org/changeset/161252>
Comment 3 WebKit Commit Bot 2014-01-02 21:18:12 PST
All reviewed patches have been landed.  Closing bug.