Bug 162637 - createError() and JSObject::calculatedClassName() should not throw any exceptions.
Summary: createError() and JSObject::calculatedClassName() should not throw any except...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks: 162351
  Show dependency treegraph
 
Reported: 2016-09-27 15:13 PDT by Mark Lam
Modified: 2016-09-29 12:35 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch. (3.61 KB, patch)
2016-09-27 15:18 PDT, Mark Lam
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-09-27 15:13:14 PDT
Patch coming.
Comment 1 Mark Lam 2016-09-27 15:18:10 PDT
Created attachment 290014 [details]
proposed patch.
Comment 2 Geoffrey Garen 2016-09-27 15:20:46 PDT
Comment on attachment 290014 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2016-09-27 17:29:07 PDT
Thanks for the review.  All tests are happy.  Landed in r206476: <http://trac.webkit.org/r206476>.