Bug 139666 - Build break after r177301
Summary: Build break after r177301
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: Nobody
URL:
Keywords:
: 139665 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-15 19:56 PST by Bartlomiej Gajda
Modified: 2014-12-15 20:50 PST (History)
3 users (show)

See Also:


Attachments
build fix (1.39 KB, patch)
2014-12-15 19:57 PST, Bartlomiej Gajda
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartlomiej Gajda 2014-12-15 19:56:33 PST
../../Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:76:43: error: request for member ‘renderer’ in ‘node’, which is of pointer type ‘WebCore::Node*’ (maybe you meant to use ‘->’ ?)
         if (RenderObject* renderer = node.renderer())
Comment 1 Bartlomiej Gajda 2014-12-15 19:57:51 PST
Created attachment 243336 [details]
build fix

Fixed by changing to '->' (as few lines above that)
Comment 2 Gyuyoung Kim 2014-12-15 20:20:01 PST
*** Bug 139665 has been marked as a duplicate of this bug. ***
Comment 3 WebKit Commit Bot 2014-12-15 20:50:39 PST
Comment on attachment 243336 [details]
build fix

Clearing flags on attachment: 243336

Committed r177332: <http://trac.webkit.org/changeset/177332>
Comment 4 WebKit Commit Bot 2014-12-15 20:50:42 PST
All reviewed patches have been landed.  Closing bug.