Bug 124133 - Clean up static_cast<Element*> usage
Summary: Clean up static_cast<Element*> usage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-10 21:08 PST by Gyuyoung Kim
Modified: 2013-11-11 20:37 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.69 KB, patch)
2013-11-10 21:10 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-11-10 21:08:46 PST
We need to use toFoo cast function instead of static_cast<>. Though there is toElement() functions, static_cast<Element*> is still being used.
Comment 1 Gyuyoung Kim 2013-11-10 21:10:26 PST
Created attachment 216544 [details]
Patch
Comment 2 WebKit Commit Bot 2013-11-11 20:37:27 PST
Comment on attachment 216544 [details]
Patch

Clearing flags on attachment: 216544

Committed r159092: <http://trac.webkit.org/changeset/159092>
Comment 3 WebKit Commit Bot 2013-11-11 20:37:30 PST
All reviewed patches have been landed.  Closing bug.