Bug 163239 - Rename the StrictModeReadonlyPropertyWriteError string to ReadonlyPropertyWriteError.
Summary: Rename the StrictModeReadonlyPropertyWriteError string to ReadonlyPropertyWri...
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:
 
Reported: 2016-10-10 14:03 PDT by Mark Lam
Modified: 2016-10-10 14:16 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch. (20.93 KB, patch)
2016-10-10 14:06 PDT, Mark Lam
fpizlo: 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-10-10 14:03:50 PDT
This string is also used for reporting the same error in cases which have nothing to do with strict mode.
Comment 1 Mark Lam 2016-10-10 14:06:56 PDT
Created attachment 291158 [details]
proposed patch.
Comment 2 Mark Lam 2016-10-10 14:16:34 PDT
Thanks for the review.  Landed in r207023: <http://trac.webkit.org/r207023>.