[Webkit-unassigned] [Bug 84540] JS binding code generator doesn't handle "attribute unsigned long[]" well
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 23 01:15:13 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84540
--- Comment #8 from Kentaro Hara <haraken at chromium.org> 2012-04-23 01:15:13 PST ---
(From update of attachment 138305)
View in context: https://bugs.webkit.org/attachment.cgi?id=138305&action=review
> Source/WebCore/bindings/scripts/CodeGenerator.pm:350
> + return 1 if $primitiveTypeHash{$type};
> + return 1 if $numericTypeHash{$type};
> + return 1 if $type eq "String";
AvoidInclusionOfType() is already used in CodeGenerator*.pm. I am a bit worrying that this would change the existing behaviors. No worry?
--
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