Bug 204066 - Typo in assertion in validateCPS in DFGValidate.cpp ("Unexecpted")
Summary: Typo in assertion in validateCPS in DFGValidate.cpp ("Unexecpted")
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-11-11 06:03 PST by Tuomas Karkkainen
Modified: 2019-11-11 16:56 PST (History)
9 users (show)

See Also:


Attachments
proposed patch (1.29 KB, patch)
2019-11-11 06:06 PST, Tuomas Karkkainen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tuomas Karkkainen 2019-11-11 06:03:40 PST
>                     VALIDATE((node), !"Unexecpted node type.");

should be:

>                     VALIDATE((node), !"Unexpected node type.");
Comment 1 Tuomas Karkkainen 2019-11-11 06:06:12 PST
Created attachment 383265 [details]
proposed patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2019-11-11 09:29:12 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-11-11 16:56:46 PST
<rdar://problem/57099308>