Bug 71467 - [WK2] State variable name refactor in WebPageProxy.cpp
Summary: [WK2] State variable name refactor in WebPageProxy.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jesus Sanchez-Palencia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 06:38 PDT by Jesus Sanchez-Palencia
Modified: 2011-11-03 07:32 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.82 KB, patch)
2011-11-03 06:49 PDT, Jesus Sanchez-Palencia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Sanchez-Palencia 2011-11-03 06:38:56 PDT
Just a tiny refactor after https://bugs.webkit.org/show_bug.cgi?id=55827. The state variable m_inDecidePolicyForMIMEType was kept with the original function name, but since decidePolicyForMIMEType was renamed to decidePolicyForResponse this state variable should follow the same rule to make code reading easier.

Patch coming.
Comment 1 Jesus Sanchez-Palencia 2011-11-03 06:49:08 PDT
Created attachment 113478 [details]
Patch
Comment 2 Andreas Kling 2011-11-03 06:51:37 PDT
Comment on attachment 113478 [details]
Patch

D'oh! r=me
Comment 3 WebKit Review Bot 2011-11-03 07:32:32 PDT
Comment on attachment 113478 [details]
Patch

Clearing flags on attachment: 113478

Committed r99188: <http://trac.webkit.org/changeset/99188>
Comment 4 WebKit Review Bot 2011-11-03 07:32:35 PDT
All reviewed patches have been landed.  Closing bug.