Bug 80562

Summary: REGRESSION(r110127): compile failed on AppleWin (Requested by ukai 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: ggaren, mhahnenberg, ukai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 80330    
Attachments:
Description Flags
ROLLOUT of r110127 none

Description WebKit Review Bot 2012-03-07 19:57:51 PST
http://trac.webkit.org/changeset/110127 broke the build:
compile failed on AppleWin (Requested by ukai 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-03-07 19:58:25 PST
Created attachment 130753 [details]
ROLLOUT of r110127

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 Fumitoshi Ukai 2012-03-07 19:59:25 PST
http://build.webkit.org/builders/Windows%20Release%20%28Build%29/builds/28176/steps/compile-webkit/logs/stdio

2>c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\wtf/DoublyLinkedList.h(66) : error C2248: 'JSC::FunctionExecutable::m_next' : cannot access private member declared in class 'JSC::FunctionExecutable'
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\runtime\Executable.h(694) : see declaration of 'JSC::FunctionExecutable::m_next'
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\runtime\Executable.h(466) : see declaration of 'JSC::FunctionExecutable'
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\wtf/DoublyLinkedList.h(65) : while compiling class template member function 'JSC::FunctionExecutable *WTF::DoublyLinkedListNode<T>::next(void) const'
2>        with
2>        [
2>            T=JSC::FunctionExecutable
2>        ]
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\runtime\Executable.h(466) : see reference to class template instantiation 'WTF::DoublyLinkedListNode<T>' being compiled
2>        with
2>        [
2>            T=JSC::FunctionExecutable
2>        ]
Comment 3 WebKit Review Bot 2012-03-07 20:04:56 PST
Comment on attachment 130753 [details]
ROLLOUT of r110127

Clearing flags on attachment: 130753

Committed r110138: <http://trac.webkit.org/changeset/110138>
Comment 4 WebKit Review Bot 2012-03-07 20:05:00 PST
All reviewed patches have been landed.  Closing bug.