Bug 25446 - needless platformWidget() calls in WidgetWx.cpp
Summary: needless platformWidget() calls in WidgetWx.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 07:49 PDT by Kevin Watters
Modified: 2009-04-28 10:07 PDT (History)
0 users

See Also:


Attachments
Replaces two platformWidget() calls with one in several functions (2.35 KB, patch)
2009-04-28 07:49 PDT, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-04-28 07:49:16 PDT
WidgetWx.cpp has several places where two platformWidget() calls could be replaced by one.
Comment 1 Kevin Watters 2009-04-28 07:49:46 PDT
Created attachment 29845 [details]
Replaces two platformWidget() calls with one in several functions
Comment 2 Kevin Ollivier 2009-04-28 10:07:38 PDT
Landed in r42937, thanks!