Bug 85415
| Summary: | [V8] DOM function don't have the correct length | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
| Component: | DOM | Assignee: | Erik Arvidsson <arv> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | andersca |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://www.w3.org/TR/WebIDL/#es-operations | ||
Erik Arvidsson
http://code.google.com/p/chromium/issues/detail?id=125308
assert(document.createElementNS.length === 2);
we currently return 0 for all function lengths.
JSC gets this right (minus bugs of course) so CodeGeneratorJS.pm probably already has this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anders Carlsson
V8 is gone.