RESOLVED FIXED 122491
Use toCSSFooValue() instead of using static_cast<const CSSFooValue*>
https://bugs.webkit.org/show_bug.cgi?id=122491
Summary Use toCSSFooValue() instead of using static_cast<const CSSFooValue*>
Gyuyoung Kim
Reported 2013-10-07 23:43:02 PDT
static_cast<const CSSFooValue> needs to use toCSSFooValue().
Attachments
Patch (24.50 KB, patch)
2013-10-08 01:31 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2013-10-08 01:31:07 PDT
Gyuyoung Kim
Comment 2 2013-10-08 04:37:44 PDT
CC'ing Kling. This patch passed debug build and it looks there is no new regression in layout test.
WebKit Commit Bot
Comment 3 2013-10-08 05:06:04 PDT
Comment on attachment 213677 [details] Patch Clearing flags on attachment: 213677 Committed r157098: <http://trac.webkit.org/changeset/157098>
WebKit Commit Bot
Comment 4 2013-10-08 05:06:08 PDT
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.