[Webkit-unassigned] [Bug 106553] [V8] Add IDL 'enum' support to CodeGeneratorV8.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 12:26:57 PST 2013


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





--- Comment #21 from Adam Barth <abarth at webkit.org>  2013-01-29 12:28:55 PST ---
(From update of attachment 185173)
View in context: https://bugs.webkit.org/attachment.cgi?id=185173&action=review

> Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:1263
> +    const String string = String(v);

This is an odd line.  Why not:

String string = v;

?

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