Bug 163239

Summary: Rename the StrictModeReadonlyPropertyWriteError string to ReadonlyPropertyWriteError.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. fpizlo: review+

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>.