Bug 133786 - Fix build break on EFL and GTK ports since r169820
Summary: Fix build break on EFL and GTK ports since r169820
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on: 133667
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-11 23:01 PDT by Gyuyoung Kim
Modified: 2014-06-11 23:38 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.00 KB, patch)
2014-06-11 23:03 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-06-11 23:01:57 PDT
SSIA. Below build error occurs now.

/home/webkit/slaves/perfbot/buildslave/efl-linux-64-release-wk2-perf/build/Source/WebKit2/WebProcess/Plugins/PluginView.cpp: In member function 'void WebKit::PluginView::pluginSnapshotTimerFired()':
/home/webkit/slaves/perfbot/buildslave/efl-linux-64-release-wk2-perf/build/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:1693:40: error: 'class WebKit::WebPage' has no member named 'plugInIntersectsSearchRect'
/home/webkit/slaves/perfbot/buildslave/efl-linux-64-release-wk2-perf/build/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:1707:96: error: 'isAlmostSolidColor' was not declared in this scope
/home/webkit/slaves/perfbot/buildslave/efl-linux-64-release-wk2-perf/build/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:1721:20: error: 'class WebKit::WebPage' has no member named 'plugInIsPrimarySize'
ICECC[5040] 22:12:29: Compiled on 10.6.11.36
Comment 1 Gyuyoung Kim 2014-06-11 23:03:12 PDT
Created attachment 232933 [details]
Patch
Comment 2 Gyuyoung Kim 2014-06-11 23:36:46 PDT
Comment on attachment 232933 [details]
Patch

Clearing flags on attachment: 232933

Committed r169881: <http://trac.webkit.org/changeset/169881>
Comment 3 Gyuyoung Kim 2014-06-11 23:38:54 PDT
All reviewed patches have been landed.  Closing bug.