Bug 203486

Summary: dumpSpeculation in SpeculatedType.cpp prints to the wrong stream and has wrong capitalization for NaN
Product: WebKit Reporter: Tuomas Karkkainen <tuomas.webkit>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: commit-queue, ews-watchlist, keith_miller, koivisto, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Tuomas Karkkainen 2019-10-28 06:53:40 PDT
in void dumpSpeculation(PrintStream& outStream, SpeculatedType value)
 in SpeculatedType.cpp, "DoubleImpureNan" is printed to out when it should be printed to strOut.

also DoubleImpureNan and DoublePureNan should both end with a capital N.
Comment 1 Tuomas Karkkainen 2019-10-28 06:58:05 PDT
Created attachment 382067 [details]
proposed patch
Comment 2 WebKit Commit Bot 2019-10-28 13:21:55 PDT
Comment on attachment 382067 [details]
proposed patch

Clearing flags on attachment: 382067

Committed r251667: <https://trac.webkit.org/changeset/251667>
Comment 3 WebKit Commit Bot 2019-10-28 13:21:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-10-28 13:28:52 PDT
<rdar://problem/56682260>