RESOLVED FIXED 136732
Use ASSERT instead of ASSERT_WITH_SECURITY_IMPLICATION
https://bugs.webkit.org/show_bug.cgi?id=136732
Summary Use ASSERT instead of ASSERT_WITH_SECURITY_IMPLICATION
Gyuyoung Kim
Reported 2014-09-10 20:39:49 PDT
Since r173458 changed to use static_cast<> with toFoo, ASSERT_WITH_SECURITY_IMPLICATION doesn't need to be used anymore. ASSERT is enough for it.
Attachments
Patch (3.19 KB, patch)
2014-09-10 20:40 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2014-09-10 20:40:36 PDT
Gyuyoung Kim
Comment 2 2014-09-10 20:42:14 PDT
Andy, Sorry about that. I missed to change it. Fixed those nits on this patch.
Andy Estes
Comment 3 2014-09-10 20:43:13 PDT
Comment on attachment 237929 [details] Patch Thanks for following up!
WebKit Commit Bot
Comment 4 2014-09-10 21:42:52 PDT
Comment on attachment 237929 [details] Patch Clearing flags on attachment: 237929 Committed r173507: <http://trac.webkit.org/changeset/173507>
WebKit Commit Bot
Comment 5 2014-09-10 21:42:54 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.