Bug 119576 - Moved ErrorConstructor and NativeErrorConstructor helper functions into the Interpreter class
Summary: Moved ErrorConstructor and NativeErrorConstructor helper functions into the I...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 09:13 PDT by Mark Lam
Modified: 2013-08-08 09:38 PDT (History)
6 users (show)

See Also:


Attachments
The patch. (5.63 KB, patch)
2013-08-08 09:22 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-08-08 09:13:33 PDT
This change is needed in preparation for making Interpreter::getStackTrace() private in https://bugs.webkit.org/show_bug.cgi?id=119575.
Comment 1 Mark Lam 2013-08-08 09:22:05 PDT
Created attachment 208350 [details]
The patch.

This patch has already been reviewed by Oliver Hunt in https://bugs.webkit.org/show_bug.cgi?id=119575.  I'm submitting it here so that I can land it separately as a sub-patch.
Comment 2 Mark Lam 2013-08-08 09:38:34 PDT
Landed in r153823: <http://trac.webkit.org/r153823>.