Bug 204066

Summary: Typo in assertion in validateCPS in DFGValidate.cpp ("Unexecpted")
Product: WebKit Reporter: Tuomas Karkkainen <tuomas.webkit>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal 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

Tuomas Karkkainen
Reported 2019-11-11 06:03:40 PST
> VALIDATE((node), !"Unexecpted node type."); should be: > VALIDATE((node), !"Unexpected node type.");
Attachments
proposed patch (1.29 KB, patch)
2019-11-11 06:06 PST, Tuomas Karkkainen
no flags
Tuomas Karkkainen
Comment 1 2019-11-11 06:06:12 PST
Created attachment 383265 [details] proposed patch
WebKit Commit Bot
Comment 2 2019-11-11 09:29:10 PST
Comment on attachment 383265 [details] proposed patch Clearing flags on attachment: 383265 Committed r252328: <https://trac.webkit.org/changeset/252328>
WebKit Commit Bot
Comment 3 2019-11-11 09:29:12 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-11-11 16:56:46 PST
Note You need to log in before you can comment on or make changes to this bug.