Bug 133786

Summary: Fix build break on EFL and GTK ports since r169820
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, lucas.de.marchi, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 133667    
Bug Blocks:    
Attachments:
Description Flags
Patch none

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.