RESOLVED FIXED 49805
REGRESSION(r72399): Broke Chromium build (Requested by antonm_ on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=49805
Summary REGRESSION(r72399): Broke Chromium build (Requested by antonm_ on #webkit).
WebKit Review Bot
Reported 2010-11-19 07:58:55 PST
http://trac.webkit.org/changeset/72399 broke the build: Broke Chromium build (Requested by antonm_ on #webkit). This is an automatic bug report generated by the sheriff-bot. If this bug report was created because of a flaky test, please file a bug for the flaky test (if we don't already have one on file) and dup this bug against that bug so that we can track how often these flaky tests case pain. "Only you can prevent forest fires." -- Smokey the Bear
Attachments
ROLLOUT of r72399 (8.88 KB, patch)
2010-11-19 07:59 PST, WebKit Review Bot
no flags
WebKit Review Bot
Comment 1 2010-11-19 07:59:18 PST
Created attachment 74389 [details] ROLLOUT of r72399 Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes. If you would like to land the rollout faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID --ignore-builders where ATTACHMENT_ID is the ID of this attachment.
anton muhin
Comment 2 2010-11-19 08:02:16 PST
Sample of build log: 5>WebViewImpl.cpp 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\javascriptcore\wtf\text\StringImpl.h(90) : warning C4355: 'this' : used in base member initializer list 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\javascriptcore\wtf\text\StringImpl.h(90) : warning C4355: 'this' : used in base member initializer list 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\javascriptcore\wtf\text\StringImpl.h(90) : warning C4355: 'this' : used in base member initializer list 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\javascriptcore\wtf\text\StringImpl.h(90) : warning C4355: 'this' : used in base member initializer list 5>..\..\WebCore\dom\ViewportArguments.h(78) : warning C4305: 'initializing' : truncation from '' to 'bool' 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\webcore\dom\ViewportArguments.h(78) : warning C4305: 'initializing' : truncation from '' to 'bool' 5>..\..\WebCore\dom\ViewportArguments.h(78) : warning C4305: 'initializing' : truncation from '' to 'bool' 5>..\..\WebCore\dom\ViewportArguments.h(78) : warning C4305: 'initializing' : truncation from '' to 'bool' 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\webkit\chromium\src\WebViewImpl.h(419) : error C2259: 'WebKit::ChromeClientImpl' : cannot instantiate abstract class 5> due to following members: 5> 'void WebCore::ChromeClientChromium::popupOpened(WebCore::PopupContainer *,const WebCore::IntRect &,bool)' : is abstract 5> ..\..\WebCore\page\chromium\ChromeClientChromium.h(49) : see declaration of 'WebCore::ChromeClientChromium::popupOpened' 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\webkit\chromium\src\WebViewImpl.h(419) : error C2259: 'WebKit::ChromeClientImpl' : cannot instantiate abstract class 5> due to following members: 5> 'void WebCore::ChromeClientChromium::popupOpened(WebCore::PopupContainer *,const WebCore::IntRect &,bool)' : is abstract 5> ..\..\WebCore\page\chromium\ChromeClientChromium.h(49) : see declaration of 'WebCore::ChromeClientChromium::popupOpened' 5>e:\b\build\slave\webkit-rel-webkit-org\build\src\third_party\webkit\webkit\chromium\src\WebViewImpl.h(419) : error C2259: 'WebKit::ChromeClientImpl' : cannot instantiate abstract class 5> due to following members: 5> 'void WebCore::ChromeClientChromium::popupOpened(WebCore::PopupContainer *,const WebCore::IntRect &,bool)' : is abstract 5> ..\..\WebCore\page\chromium\ChromeClientChromium.h(49) : see declaration of 'WebCore::ChromeClientChromium::popupOpened'
anton muhin
Comment 3 2010-11-19 08:03:00 PST
Comment on attachment 74389 [details] ROLLOUT of r72399 Sorry, just to keep webkit rolling
WebKit Commit Bot
Comment 4 2010-11-19 08:16:40 PST
Comment on attachment 74389 [details] ROLLOUT of r72399 Clearing flags on attachment: 74389 Committed r72403: <http://trac.webkit.org/changeset/72403>
WebKit Commit Bot
Comment 5 2010-11-19 08:16:45 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.