Bug 81377 - REGRESSION(r111020): Broke Chromium Win compile (Requested by pkasting on #webkit).
Summary: REGRESSION(r111020): Broke Chromium Win compile (Requested by pkasting on #we...
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: 81333
  Show dependency treegraph
 
Reported: 2012-03-16 11:25 PDT by WebKit Review Bot
Modified: 2012-03-16 13:05 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r111020 (12.88 KB, patch)
2012-03-16 11:26 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-03-16 11:25:39 PDT
http://trac.webkit.org/changeset/111020 broke the build:
Broke Chromium Win compile (Requested by pkasting 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-16 11:26:14 PDT
Created attachment 132327 [details]
ROLLOUT of r111020

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 Peter Kasting 2012-03-16 11:33:28 PDT
Comment on attachment 132327 [details]
ROLLOUT of r111020

Clearing flags on attachment: 132327

Committed r111035: <http://trac.webkit.org/changeset/111035>
Comment 3 Peter Kasting 2012-03-16 11:33:33 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Adam Barth 2012-03-16 13:03:03 PDT
Peter, do you have a link to the compile error?
Comment 5 Adam Barth 2012-03-16 13:05:05 PDT
7>e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(52) : error C2027: use of undefined type 'WebCore::MediaHints'
7>        e:\b\chromium-win-release-tests\build\source\webcore\platform\mediastream\PeerConnection00Handler.h(45) : see declaration of 'WebCore::MediaHints'
7>        e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(67) : see reference to function template instantiation 'void WTF::derefIfNotNull<T>(T *)' being compiled
7>        with
7>        [
7>            T=WebCore::MediaHints
7>        ]
7>        e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(67) : while compiling class template member function 'WTF::PassRefPtr<T>::~PassRefPtr(void)'
7>        with
7>        [
7>            T=WebCore::MediaHints
7>        ]
7>        ..\platform\mediastream\PeerConnection00Handler.cpp(61) : see reference to class template instantiation 'WTF::PassRefPtr<T>' being compiled
7>        with
7>        [
7>            T=WebCore::MediaHints
7>        ]
7>e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(52) : error C2227: left of '->deref' must point to class/struct/union/generic type
7>e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(52) : error C2027: use of undefined type 'WebCore::IceOptions'
7>        e:\b\chromium-win-release-tests\build\source\webcore\platform\mediastream\PeerConnection00Handler.h(44) : see declaration of 'WebCore::IceOptions'
7>        e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(67) : see reference to function template instantiation 'void WTF::derefIfNotNull<T>(T *)' being compiled
7>        with
7>        [
7>            T=WebCore::IceOptions
7>        ]
7>        e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(67) : while compiling class template member function 'WTF::PassRefPtr<T>::~PassRefPtr(void)'
7>        with
7>        [
7>            T=WebCore::IceOptions
7>        ]
7>        ..\platform\mediastream\PeerConnection00Handler.cpp(91) : see reference to class template instantiation 'WTF::PassRefPtr<T>' being compiled
7>        with
7>        [
7>            T=WebCore::IceOptions
7>        ]
7>e:\b\chromium-win-release-tests\build\Source\JavaScriptCore\wtf/PassRefPtr.h(52) : error C2227: left of '->deref' must point to class/struct/union/generic type