Bug 65301 - [EFL] Fix warning caused by undefined static api.
Summary: [EFL] Fix warning caused by undefined static api.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-27 21:34 PDT by KwangHyuk
Modified: 2011-08-09 07:56 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.78 KB, patch)
2011-07-27 21:39 PDT, KwangHyuk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.