[Webkit-unassigned] [Bug 183087] Safari not handling undefined global variables with same name as element Id correctly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 26 21:02:49 PST 2018


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
Replacing:
var someElement;
with
var someElement = 1;

fixes the issues.

So we only ignore the local property if its value is undefined.

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


More information about the webkit-unassigned mailing list