Bug 97755 - [CSS Shaders] Remove an unused member variable m_program in FECustomFilter.h
Summary: [CSS Shaders] Remove an unused member variable m_program in FECustomFilter.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 21:10 PDT by Dongseong Hwang
Modified: 2012-09-27 14:07 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2012-09-26 21:12 PDT, Dongseong Hwang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2012-09-26 21:10:36 PDT
I removed an unused member variable m_program in FECustomFilter.h
Comment 1 Dongseong Hwang 2012-09-26 21:12:10 PDT
Created attachment 165923 [details]
Patch
Comment 2 Kentaro Hara 2012-09-26 22:41:46 PDT
Comment on attachment 165923 [details]
Patch

Looks OK
Comment 3 WebKit Review Bot 2012-09-26 22:45:32 PDT
Comment on attachment 165923 [details]
Patch

Clearing flags on attachment: 165923

Committed r129727: <http://trac.webkit.org/changeset/129727>
Comment 4 WebKit Review Bot 2012-09-26 22:45:35 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Dongseong Hwang 2012-09-27 14:07:51 PDT
(In reply to comment #2)
> (From update of attachment 165923 [details])
> Looks OK

Thanks for review. :)