[Webkit-unassigned] [Bug 207755] bugzilla code-review.js: RangeError: too many arguments provided for a function call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 05:12:29 PST 2020


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

--- Comment #2 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
it is caused by the jquery selector for Line


> $('.Line')
jquery-1.4.2.min.js:87 Uncaught RangeError: Maximum call stack size exceeded
    at z (jquery-1.4.2.min.js:87)
    at k (jquery-1.4.2.min.js:73)
    at Function.k [as find] (jquery-1.4.2.min.js:91)
    at init.find (jquery-1.4.2.min.js:95)
    at new init (jquery-1.4.2.min.js:23)
    at c (jquery-1.4.2.min.js:20)
    at <anonymous>:1:1


However this works:
> document.getElementsByClassName('Line').length
616466

-- 
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/20200214/09b7355a/attachment.htm>


More information about the webkit-unassigned mailing list