[Webkit-unassigned] [Bug 126415] New: IconController.cpp needs to include <wtf/text/CString.h>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 2 20:36:26 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126415

           Summary: IconController.cpp needs to include
                    <wtf/text/CString.h>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ljaehun.lim at samsung.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list