Bug 132845 - EFL and GTK ports have a build break since r168655
Summary: EFL and GTK ports have a build break since r168655
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 16:56 PDT by Gyuyoung Kim
Modified: 2014-05-12 17:22 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2014-05-12 16:58 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (1.65 KB, patch)
2014-05-12 17:00 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-05-12 16:56:20 PDT
Build break happens since r168655 on EFL and GTK ports.

../../Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:261:41: error: ‘class WebCore::RenderLayerCompositor’ has no member named ‘layerForContentShadow’
         return renderView->compositor().layerForContentShadow();
Comment 1 Gyuyoung Kim 2014-05-12 16:58:55 PDT
Created attachment 231343 [details]
Patch
Comment 2 Gyuyoung Kim 2014-05-12 17:00:32 PDT
Created attachment 231344 [details]
Patch
Comment 3 Gyuyoung Kim 2014-05-12 17:22:44 PDT
https://trac.webkit.org/r168662 was already landed.