RESOLVED FIXED 81776
Web Inspector: HeapProfiler: DOM node id can overflow Int32.
https://bugs.webkit.org/show_bug.cgi?id=81776
Summary Web Inspector: HeapProfiler: DOM node id can overflow Int32.
Ilya Tikhonovsky
Reported 2012-03-21 06:45:28 PDT
Patch to follow.
Attachments
Patch (4.09 KB, patch)
2012-03-21 07:07 PDT, Ilya Tikhonovsky
pfeldman: review+
Ilya Tikhonovsky
Comment 1 2012-03-21 07:07:49 PDT
Pavel Feldman
Comment 2 2012-03-21 07:18:02 PDT
Comment on attachment 133037 [details] Patch This seems like a temporary measure. Is there a long term plan for even greater values?
Ilya Tikhonovsky
Comment 3 2012-03-21 07:22:07 PDT
Ilya Tikhonovsky
Comment 4 2012-03-21 07:33:57 PDT
(In reply to comment #2) > (From update of attachment 133037 [details]) > This seems like a temporary measure. Is there a long term plan for even greater values? The node id has uint type at the backend. Thus it can't overflow uint by design.
Note You need to log in before you can comment on or make changes to this bug.