Bug 145911

Summary: [EFL] Fix unused private field warning in WebContextMenuProxyEfl.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 145121    
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2015-06-12 03:03:24 PDT
In file included from ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.cpp:27: ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:57:14: warning: private field 'm_view' is not used [-Wunused-private-field] EwkView* m_view; ^ ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:58:19: warning: private field 'm_page' is not used [-Wunused-private-field] WebPageProxy* m_page; ^ 2 warnings generated. m_view and m_page aren't used at all, let's remove them.
Attachments
Patch (1.90 KB, patch)
2015-06-12 03:04 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-06-12 03:04:44 PDT
WebKit Commit Bot
Comment 2 2015-06-12 09:56:38 PDT
Comment on attachment 254785 [details] Patch Clearing flags on attachment: 254785 Committed r185509: <http://trac.webkit.org/changeset/185509>
WebKit Commit Bot
Comment 3 2015-06-12 09:56:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.