RESOLVED FIXED Bug 139666
Build break after r177301
https://bugs.webkit.org/show_bug.cgi?id=139666
Summary Build break after r177301
Bartlomiej Gajda
Reported 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())
Attachments
build fix (1.39 KB, patch)
2014-12-15 19:57 PST, Bartlomiej Gajda
no flags
Bartlomiej Gajda
Comment 1 2014-12-15 19:57:51 PST
Created attachment 243336 [details] build fix Fixed by changing to '->' (as few lines above that)
Gyuyoung Kim
Comment 2 2014-12-15 20:20:01 PST
*** Bug 139665 has been marked as a duplicate of this bug. ***
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2014-12-15 20:50:42 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.