NEW136733
Use ASSERT instead of ASSERT_WITH_SECURITY_IMPLICATION
https://bugs.webkit.org/show_bug.cgi?id=136733
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
Note You need to log in before you can comment on or make changes to this bug.