Bug 100856

Summary: REGRESSION(r133016): broke compile-webkit on several bots (Requested by podivilov on #webkit).
Product: WebKit Reporter: WebKit Review Bot <webkit.review.bot>
Component: New BugsAssignee: WebKit Review Bot <webkit.review.bot>
Status: RESOLVED FIXED    
Severity: Normal CC: kihong.kwon, morrita, podivilov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 96894    
Attachments:
Description Flags
ROLLOUT of r133016 none

Description WebKit Review Bot 2012-10-31 07:16:36 PDT
http://trac.webkit.org/changeset/133016 broke the build:
broke compile-webkit on several bots (Requested by podivilov 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-10-31 07:17:23 PDT
Created attachment 171652 [details]
ROLLOUT of r133016

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 Pavel Podivilov 2012-10-31 08:00:06 PDT
http://build.webkit.org/builders/Chromium%20Mac%20Release/builds/48156/steps/compile-webkit/logs/stdio

In file included from /Volumes/data/b/WebKit-BuildSlave/chromium-mac-release/build/Source/WebCore/WebCore.gyp/../dom/DeviceOrientationController.cpp:28:
../dom/DeviceOrientationController.h:57:11: error: private field 'm_page' is not used [-Werror,-Wunused-private-field]
    Page* m_page;
Comment 3 Pavel Podivilov 2012-10-31 08:00:19 PDT
Comment on attachment 171652 [details]
ROLLOUT of r133016

Clearing flags on attachment: 171652

Committed r133028: <http://trac.webkit.org/changeset/133028>
Comment 4 Pavel Podivilov 2012-10-31 08:00:25 PDT
All reviewed patches have been landed.  Closing bug.