RESOLVED FIXED 204066
Typo in assertion in validateCPS in DFGValidate.cpp ("Unexecpted")
https://bugs.webkit.org/show_bug.cgi?id=204066
Summary Typo in assertion in validateCPS in DFGValidate.cpp ("Unexecpted")
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.