Bug 65301

Summary: [EFL] Fix warning caused by undefined static api.
Product: WebKit Reporter: KwangHyuk <hyuki.kim>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: antognolli+webkit, gyuyoung.kim, gyuyoung.kim, leandro, lucas.de.marchi, rakuco, ryuan.choi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch none

Description KwangHyuk 2011-07-27 21:34:41 PDT
Both _ewk_tiled_backing_store_item_request_add and _ewk_tiled_backing_store_item_request_delare declared,
but their bodies are not defined and they are not referenced anywhere.
Therefore, I remove both two API's declaration in order to resolve warning message caused by them.
Comment 1 KwangHyuk 2011-07-27 21:39:28 PDT
Created attachment 102225 [details]
Patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2011-07-28 04:45:48 PDT
LGTM.
Comment 3 WebKit Review Bot 2011-08-09 07:56:09 PDT
Comment on attachment 102225 [details]
Patch

Clearing flags on attachment: 102225

Committed r92685: <http://trac.webkit.org/changeset/92685>
Comment 4 WebKit Review Bot 2011-08-09 07:56:14 PDT
All reviewed patches have been landed.  Closing bug.