Summary: | REGRESSION(r111616): broke chromium mac (Requested by eae on #webkit). | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | WebKit Review Bot <webkit.review.bot> | ||||
Component: | New Bugs | Assignee: | WebKit Review Bot <webkit.review.bot> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | danakj, eae, enne | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 81437 | ||||||
Attachments: |
|
Description
WebKit Review Bot
2012-03-21 18:37:56 PDT
Created attachment 133165 [details] ROLLOUT of r111616 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. /Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCAnimationTestCommon.cpp:65:87: error: reference to 'Fixed' is ambiguous operations.operations().append(TranslateTransformOperation::create(Length(deltaX, Fixed), Length(deltaY, Fixed), TransformOperation::TRANSLATE_X)); ^ /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/CarbonCore.framework/Headers/MacTypes.h:163:41: note: candidate found by name lookup is 'Fixed' typedef SInt32 Fixed; ^ ../../WebCore/platform/Length.h:36:44: note: candidate found by name lookup is 'WebCore::LengthType::Fixed' enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic, Calculated, Undefined }; ^ 1 error generated. Comment on attachment 133165 [details] ROLLOUT of r111616 Clearing flags on attachment: 133165 Committed r111638: <http://trac.webkit.org/changeset/111638> All reviewed patches have been landed. Closing bug. |