Bug 175230 - Fix typo in testmasm.cpp: ENABLE(JSVALUE64) should be USE(JSVALUE64).
Summary: Fix typo in testmasm.cpp: ENABLE(JSVALUE64) should be USE(JSVALUE64).
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-04 17:17 PDT by Mark Lam
Modified: 2017-08-04 18:01 PDT (History)
5 users (show)

See Also:


Attachments
proposed patch. (2.58 KB, patch)
2017-08-04 17:35 PDT, Mark Lam
saam: 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 2017-08-04 17:17:45 PDT
Patch coming.
Comment 1 Radar WebKit Bug Importer 2017-08-04 17:18:24 PDT
<rdar://problem/33735857>
Comment 2 Mark Lam 2017-08-04 17:35:50 PDT
Created attachment 317318 [details]
proposed patch.

Let's try this on the EWS.
Comment 3 Mark Lam 2017-08-04 17:44:04 PDT
Comment on attachment 317318 [details]
proposed patch.

This patch has passed for 32-bit and 64-bit on my local builds.  Time for a review.
Comment 4 Mark Lam 2017-08-04 18:01:58 PDT
Thanks for the review.  Landed in r220308: <http://trac.webkit.org/r220308>.