WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145911
[EFL] Fix unused private field warning in WebContextMenuProxyEfl.cpp
https://bugs.webkit.org/show_bug.cgi?id=145911
Summary
[EFL] Fix unused private field warning in WebContextMenuProxyEfl.cpp
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2015-06-12 03:04:44 PDT
Created
attachment 254785
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug