[Webkit-unassigned] [Bug 160187] Uncaught Exception: TypeError: Not enough arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 09:31:51 PDT 2016


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
var cell = columnIdentifier === "name" ? this._makeNameCell() : this._makeOutlet(columnIdentifier, document.createTextNode());

Parameter to createTextNode() is mandatory after:
http://trac.webkit.org/changeset/203535

document.createTextNode() was identical to calling document.createTextNode("undefined") :/

-- 
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/20160726/41cf239d/attachment.html>


More information about the webkit-unassigned mailing list