[Webkit-unassigned] [Bug 54821] REGRESSION: Images are missing on tobii.com main page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 16:30:09 PST 2011


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


Andy Estes <aestes at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #10 from Andy Estes <aestes at apple.com>  2011-02-21 16:30:08 PST ---
Specifically, it's this code in the resource http://www.tobii.com/combres.axd/siteJs/244318681:

(function() {
    var n = this,
           x = n.jQuery,
    ...
})();

'this' is undefined in strict mode due to the context. Non-strict behavior is to default 'this' to the global object (a DOMWindow), but this is no longer the case in strict mode.

Oliver can probably give a more precise explanation if needed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list