[Webkit-unassigned] [Bug 154245] New: Regression(r196563): It is no longer possible to call window.addEventListener without an explicit 'this'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 09:02:48 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154245

            Bug ID: 154245
           Summary: Regression(r196563): It is no longer possible to call
                    window.addEventListener without an explicit 'this'
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: WebExposed
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cdumez at apple.com
            Blocks: 154170

Regression(r196563): It is no longer possible to call window.addEventListener without an explicit 'this'.

E.g. the following no longer works:
var f = window.addEventListener
f.call(undefined, "click", function() {});

It should use the global window object.

This is causing Dromaeo/cssquery-dojo.html to fail.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160215/4d40971b/attachment.html>


More information about the webkit-unassigned mailing list