Bug 136733 - Use ASSERT instead of ASSERT_WITH_SECURITY_IMPLICATION
Summary: Use ASSERT instead of ASSERT_WITH_SECURITY_IMPLICATION
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-10 20:39 PDT by Gyuyoung Kim
Modified: 2014-09-10 20:39 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 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.