[Webkit-unassigned] [Bug 88954] Constant booleans in IDL files should not be cast to jsNumber

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 23:55:27 PDT 2012


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





--- Comment #5 from Darin Adler <darin at apple.com>  2012-06-15 23:55:27 PST ---
(From update of attachment 147956)
View in context: https://bugs.webkit.org/attachment.cgi?id=147956&action=review

> Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:2232
> +                push(@implContent, "    return jsBoolean(" . $constant->value . ");\n");

Needs UNUSED_PARAM for the same reason the jsNumber branch does.

-- 
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