[Webkit-unassigned] [Bug 98893] Replace (typeof(x) != <>) with !(typeof(x) == <>)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 09:24:44 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98893


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #168201|review?                     |review-
               Flag|                            |




--- Comment #6 from Filip Pizlo <fpizlo at apple.com>  2012-10-11 09:25:25 PST ---
(From update of attachment 168201)
View in context: https://bugs.webkit.org/attachment.cgi?id=168201&action=review

> Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1060
> +        if (opcodeID == op_nstricteq)

This should be "else if"?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list