Bug 108772 - Cleanup: Use ASSERT_NO_EXCEPTION rather than ASSERT(!ec).
Summary: Cleanup: Use ASSERT_NO_EXCEPTION rather than ASSERT(!ec).
Status: RESOLVED DUPLICATE of bug 109044
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mike West
URL:
Keywords:
Depends on:
Blocks: 108180 108771
  Show dependency treegraph
 
Reported: 2013-02-03 12:05 PST by Mike West
Modified: 2013-02-08 05:20 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2013-02-03 12:05:08 PST
We have an ASSERT_NO_EXCEPTION macro that throws an assertion if an exception is encountered. Assuming there are no notable perf impacts, we ought to use that instead of explicitly asserting that no exception was encountered.

Taking care of this before moving forward on IGNORE_EXCEPTION, as it'll make that job a bit easier.
Comment 1 Mike West 2013-02-08 05:20:04 PST

*** This bug has been marked as a duplicate of bug 109044 ***