Bug 68656 - [ES5] instanceof should not get the prototype for non-default HasInstance
Summary: [ES5] instanceof should not get the prototype for non-default HasInstance
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 13:59 PDT by Gavin Barraclough
Modified: 2012-09-21 17:44 PDT (History)
1 user (show)

See Also:


Attachments
fix (41.27 KB, patch)
2012-09-21 17:04 PDT, Gavin Barraclough
oliver: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-09-22 13:59:14 PDT
See failing test case (to be added in bug#26382) in LayoutTests/fast/js/function-bind.html.
Comment 1 Gavin Barraclough 2012-09-21 17:04:27 PDT
Created attachment 165230 [details]
fix
Comment 2 Build Bot 2012-09-21 17:32:52 PDT
Comment on attachment 165230 [details]
fix

Attachment 165230 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/13952809
Comment 3 Build Bot 2012-09-21 17:37:50 PDT
Comment on attachment 165230 [details]
fix

Attachment 165230 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13975558
Comment 4 Gavin Barraclough 2012-09-21 17:44:41 PDT
Fixed in r129281