Bug 86709 - REGRESSION(r117396): "breaks chromium tree" (Requested by morrita on #webkit).
Summary: REGRESSION(r117396): "breaks chromium tree" (Requested by morrita on #webkit).
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: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 86440
  Show dependency treegraph
 
Reported: 2012-05-16 23:29 PDT by WebKit Review Bot
Modified: 2012-05-17 04:48 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r117396 (16.38 KB, patch)
2012-05-16 23:29 PDT, 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-05-16 23:29:11 PDT
http://trac.webkit.org/changeset/117396 broke the build:
"breaks chromium tree" (Requested by morrita 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-05-16 23:29:50 PDT
Created attachment 142420 [details]
ROLLOUT of r117396

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 Hajime Morrita 2012-05-16 23:30:36 PDT
content/renderer/render_widget.cc:1635: error: size of array 'mismatching_enums' is negative
content/renderer/render_widget.cc:1635: error: conflicting declaration 'typedef struct CompileAssert<false> mismatching_enums [1]'
content/renderer/render_widget.cc:1633: error: 'mismatching_enums' has a previous declaration as 'typedef struct CompileAssert<true> mismatching_enums [1]'
content/renderer/render_widget.cc:1637: error: size of array 'mismatching_enums' is negative
content/renderer/render_widget.cc:1637: error: conflicting declaration 'typedef struct CompileAssert<false> mismatching_enums [1]'
content/renderer/render_widget.cc:1633: error: 'mismatching_enums' has a previous declaration as 'typedef struct CompileAssert<true> mismatching_enums [1]'
content/renderer/render_widget.cc:1639: error: size of array 'mismatching_enums' is negative
content/renderer/render_widget.cc:1639: error: conflicting declaration 'typedef struct CompileAssert<false> mismatching_enums [1]'
content/renderer/render_widget.cc:1633: error: 'mismatching_enums' has a previous declaration as 'typedef struct CompileAssert<true> mismatching_enums [1]'
content/renderer/render_widget.cc:1641: error: size of array 'mismatching_enums' is negative
content/renderer/render_widget.cc:1641: error: conflicting declaration 'typedef struct CompileAssert<false> mismatching_enums [1]'
content/renderer/render_widget.cc:1633: error: 'mismatching_enums' has a previous declaration as 'typedef struct CompileAssert<true> mismatching_enums [1]'
content/renderer/render_widget.cc:1643: error: size of array 'mismatching_enums' is negative
content/renderer/render_widget.cc:1643: error: conflicting declaration 'typedef struct CompileAssert<false> mismatching_enums [1]'
content/renderer/render_widget.cc:1633: error: 'mismatching_enums' has a previous declaration as 'typedef struct CompileAssert<true> mismatching_enums [1]'
content/renderer/render_widget.cc:1645: error: size of array 'mismatching_enums' is negative
content/renderer/render_widget.cc:1645: error: conflicting declaration 'typedef struct CompileAssert<false> mismatching_enums [1]'
content/renderer/render_widget.cc:1633: error: 'mismatching_enums' has a previous declaration as 'typedef struct CompileAssert<true> mismatching_enums [1]'
make: *** [out/Release/obj.target/content_renderer/content/renderer/render_widget.o] Error 1
Comment 3 WebKit Review Bot 2012-05-16 23:37:51 PDT
Comment on attachment 142420 [details]
ROLLOUT of r117396

Clearing flags on attachment: 142420

Committed r117402: <http://trac.webkit.org/changeset/117402>
Comment 4 WebKit Review Bot 2012-05-16 23:37:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Adam Barth 2012-05-17 04:48:45 PDT
Thanks morrita.