Bug 92021 - [chromium] Fix build on Ubuntu Precise.
Summary: [chromium] Fix build on Ubuntu Precise.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Cheng
URL:
Keywords:
: 91974 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-23 12:54 PDT by Daniel Cheng
Modified: 2012-07-24 03:03 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2012-07-23 12:57 PDT, Daniel Cheng
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Cheng 2012-07-23 12:54:25 PDT
Otherwise, building ToT Chrome in debug mode with the components build results in the following warning:
../../third_party/WebKit/Source/WebKit/chromium/tests/CCResourceProviderTest.cpp: In member function
 'virtual void {anonymous}::CCResourceProviderTest_DeleteOwnedResources_Test::TestBody()':
../../third_party/WebKit/Source/WebKit/chromium/tests/CCResourceProviderTest.cpp:242:36: error: vari
able 'ids' set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Comment 1 Daniel Cheng 2012-07-23 12:57:49 PDT
Created attachment 153846 [details]
Patch
Comment 2 Antoine Labour 2012-07-23 13:05:30 PDT
LGTM
Comment 3 Adrienne Walker 2012-07-23 13:09:21 PDT
Comment on attachment 153846 [details]
Patch

R=me.
Comment 4 WebKit Review Bot 2012-07-23 13:22:48 PDT
Comment on attachment 153846 [details]
Patch

Clearing flags on attachment: 153846

Committed r123370: <http://trac.webkit.org/changeset/123370>
Comment 5 WebKit Review Bot 2012-07-23 13:22:51 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Nayan Kumar K 2012-07-24 03:03:19 PDT
*** Bug 91974 has been marked as a duplicate of this bug. ***