Bug 126415 - IconController.cpp needs to include <wtf/text/CString.h>
Summary: IconController.cpp needs to include <wtf/text/CString.h>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-02 20:34 PST by Jaehun Lim
Modified: 2014-01-02 21:18 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2014-01-02 20:38 PST, Jaehun Lim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.