Bug 139666

Summary: Build break after r177301
Product: WebKit Reporter: Bartlomiej Gajda <b.gajda>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, sh53.lee
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
build fix none

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.