Bug 108772
Summary: | Cleanup: Use ASSERT_NO_EXCEPTION rather than ASSERT(!ec). | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike West <mkwst> |
Component: | WebCore Misc. | Assignee: | Mike West <mkwst> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, darin, eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 108180, 108771 |
Mike West
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mike West
*** This bug has been marked as a duplicate of bug 109044 ***