Bug 128607 - [WinCairo] Compile error related to toString function.
Summary: [WinCairo] Compile error related to toString function.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 128606 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-02-11 09:04 PST by peavo
Modified: 2014-02-11 09:45 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.13 KB, patch)
2014-02-11 09:06 PST, peavo
no flags Details | Formatted Diff | Diff

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