Bug 101617 - REGRESSION(r133892): Compile failures on mac, android, linux (Requested by jsbell|gardener on #webkit).
Summary: REGRESSION(r133892): Compile failures on mac, android, linux (Requested by js...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dan Carney
URL:
Keywords:
Depends on:
Blocks: 101470
  Show dependency treegraph
 
Reported: 2012-11-08 09:31 PST by WebKit Review Bot
Modified: 2012-11-08 09:54 PST (History)
4 users (show)

See Also:


Attachments
ROLLOUT of r133892 (3.66 KB, patch)
2012-11-08 09:32 PST, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-11-08 09:31:51 PST
http://trac.webkit.org/changeset/133892 broke the build:
Compile failures on mac, android, linux (Requested by jsbell|gardener 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
Comment 1 WebKit Review Bot 2012-11-08 09:32:30 PST
Created attachment 173057 [details]
ROLLOUT of r133892

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

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Joshua Bell 2012-11-08 09:34:09 PST
First instance of the failure:

http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20%28dbg%29/builds/1328
http://build.chromium.org/p/chromium.webkit/builders/Android%20Builder%20%28dbg%29/builds/3533
http://build.chromium.org/p/chromium.webkit/builders/Mac%20Builder%20%28dbg%29/builds/16362

Typical errors from the build logs:

In file included from ../bindings/v8/ScriptState.h:34:
../bindings/v8/DOMWrapperWorld.h:83:16:error: member function 'isIsolatedWorld' not viable: 'this' argument has type 'const WebCore::DOMWrapperWorld', but function is not marked const
        ASSERT(isIsolatedWorld());
Comment 3 Joshua Bell 2012-11-08 09:35:32 PST
Comment on attachment 173057 [details]
ROLLOUT of r133892

Clearing flags on attachment: 173057

Committed r133909: <http://trac.webkit.org/changeset/133909>
Comment 4 Joshua Bell 2012-11-08 09:35:34 PST
All reviewed patches have been landed.  Closing bug.