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
Reported 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.
Attachments
Mike West
Comment 1 2013-02-08 05:20:04 PST
*** This bug has been marked as a duplicate of bug 109044 ***
Note You need to log in before you can comment on or make changes to this bug.