Bug 128607

Summary: [WinCairo] Compile error related to toString function.
Product: WebKit Reporter: peavo
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description peavo 2014-02-11 09:04:04 PST
While compiling WinCairo, I get compile errors in WebView.cpp:

WebKit\WebKitBuild\Debug_WinCairo\Include\private\wtf/PrintStream.h(277): error C2039: 'dump' : is not a member of 'WebCore::BString' (..\..\win\WebView.cpp) 
WebKit\WebKitBuild\Debug_WinCairo\Include\private\wtf/StringPrintStream.h(106) : see reference to function template instantiation 'void WTF::PrintStream::print(const T &)' being compiled with [ T=WebCore::BString ] ..\..\win\WebView.cpp(2768) : see reference to function template instantiation 'WTF::String WTF::toString(const T &)' being compiled with [ T=WebCore::BString ]
Comment 1 peavo 2014-02-11 09:06:17 PST
Created attachment 223872 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-02-11 09:12:33 PST
*** Bug 128606 has been marked as a duplicate of this bug. ***
Comment 3 WebKit Commit Bot 2014-02-11 09:45:51 PST
Comment on attachment 223872 [details]
Patch

Clearing flags on attachment: 223872

Committed r163885: <http://trac.webkit.org/changeset/163885>
Comment 4 WebKit Commit Bot 2014-02-11 09:45:52 PST
All reviewed patches have been landed.  Closing bug.