Bug 24466
| Summary: | REGRESSION: Prototype.js errors in r41521 not present in r41443 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Magnus Nordlander <magnus> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | barraclough, oliver, zwarich |
| Priority: | P2 | Keywords: | NeedsReduction, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.5 | ||
| URL: | http://bechamel.net/recipe/show/pasta-al-forno-di-magnus | ||
Magnus Nordlander
Attempting to click on the image of the recipe in the attached URL causes a JavaScript TypeError to be thrown: TypeError: Result of expression '(iterator || Prototype.K)' [0] is not a function.
Breaking on the line of JavaScript code causing this and evaluating (iterator || Prototype.K) shows a function is returned.
This previously worked in r41443, and stopped working in r41521. Confirmed on a separate computer.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Oliver Hunt
This is a duplicate of 24447
*** This bug has been marked as a duplicate of 24447 ***