Bug 128606

Summary: [Windows] Fix the build after r163757-r163815
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Blocker CC: bfulgham, ossy, peavo, roger_fong
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Csaba Osztrogonác 2014-02-11 08:46:48 PST
http://trac.webkit.org/changeset/163757 broke the Windows build
and then http://trac.webkit.org/changeset/163815 probably fixed
the failure caused by r163757. 

But the build was broken during 58 commits and it seems somebody else 
broke it again (during the build failure) and the build is still broken.

build log:

       WebView.cpp
     1>C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\private\wtf/PrintStream.h(277): error C2039: 'dump' : is not a member of 'WebCore::BString'
                 C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\WebCore/BString.h(41) : see declaration of 'WebCore::BString'
                 C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\private\wtf/PrintStream.h(58) : see reference to function template instantiation 'void WTF::printInternal<T>(WTF::PrintStream &,const T &)' being compiled
                 with
                 [
                     T=WebCore::BString
                 ]
                 C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\private\wtf/StringPrintStream.h(106) : see reference to function template instantiation 'void WTF::PrintStream::print<T>(const T &)' being compiled
                 with
                 [
                     T=WebCore::BString
                 ]
                 ..\..\win\WebView.cpp(2768) : see reference to function template instantiation 'WTF::String WTF::toString<WebCore::BString>(const T &)' being compiled
                 with
                 [
                     T=WebCore::BString
                 ]
     1>Done Building Project "C:\cygwin\home\buildbot\slave\win-release\build\Source\WebKit\WebKit.vcxproj\WebKit\WebKit.vcxproj" (Build target(s)) -- FAILED.

Build FAILED.
Comment 1 Brent Fulgham 2014-02-11 09:08:25 PST

*** This bug has been marked as a duplicate of bug 128601 ***
Comment 2 Csaba Osztrogonác 2014-02-11 09:12:33 PST

*** This bug has been marked as a duplicate of bug 128607 ***