[Webkit-unassigned] [Bug 141580] REGRESSION (r179429): Backspace key does not work in Facebook comment fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 21 08:06:54 PST 2015


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

--- Comment #5 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Oops, it's my fault. Thank you for investigating it!

After investigating the cause, it seems that, when window.Symbol is exposed, Object.getOwnPropertySymbols and the latest ES6 iterator interface are also required.

So I'm now fixing this issue by hiding window.Symbol object to user web pages.
It allow inspector to continue to use Symbol and its' already used.

-- 
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/20150221/bfbb5e0c/attachment-0002.html>


More information about the webkit-unassigned mailing list