Bug 124133

Summary: Clean up static_cast<Element*> usage
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: New BugsAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.