[Webkit-unassigned] [Bug 160187] Regression(r203535): Uncaught Exception: TypeError: Not enough arguments at LayerTreeDataGridNode.js:47

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 09:54:18 PDT 2016


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

--- Comment #4 from Brian Burg <bburg at apple.com> ---
(In reply to comment #3)
> 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") :/

Oops! This is in view code so we didn't have any coverage for that change.

-- 
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/e3e9c553/attachment.html>


More information about the webkit-unassigned mailing list