Bug 24466 - REGRESSION: Prototype.js errors in r41521 not present in r41443
Summary: REGRESSION: Prototype.js errors in r41521 not present in r41443
Status: RESOLVED DUPLICATE of bug 24447
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://bechamel.net/recipe/show/pasta...
Keywords: NeedsReduction, Regression
Depends on:
Blocks:
 
Reported: 2009-03-09 12:49 PDT by Magnus Nordlander
Modified: 2009-03-09 14:42 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Nordlander 2009-03-09 12:49:36 PDT
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.
Comment 1 Oliver Hunt 2009-03-09 14:42:07 PDT
This is a duplicate of 24447

*** This bug has been marked as a duplicate of 24447 ***