RESOLVED FIXED 124133
Clean up static_cast<Element*> usage
https://bugs.webkit.org/show_bug.cgi?id=124133
Summary Clean up static_cast<Element*> usage
Gyuyoung Kim
Reported 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.
Attachments
Patch (3.69 KB, patch)
2013-11-10 21:10 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2013-11-10 21:10:26 PST
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2013-11-11 20:37:30 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.