Bug 136732 - Use ASSERT instead of ASSERT_WITH_SECURITY_IMPLICATION
Summary: Use ASSERT instead of ASSERT_WITH_SECURITY_IMPLICATION
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on: 136694
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-10 20:39 PDT by Gyuyoung Kim
Modified: 2014-09-10 21:42 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.19 KB, patch)
2014-09-10 20:40 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

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.
Comment 1 Gyuyoung Kim 2014-09-10 20:40:36 PDT
Created attachment 237929 [details]
Patch
Comment 2 Gyuyoung Kim 2014-09-10 20:42:14 PDT
Andy, Sorry about that. I missed to change it. Fixed those nits on this patch.
Comment 3 Andy Estes 2014-09-10 20:43:13 PDT
Comment on attachment 237929 [details]
Patch

Thanks for following up!
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2014-09-10 21:42:54 PDT
All reviewed patches have been landed.  Closing bug.