RESOLVED FIXED56035
Leaks viewer doesn't work in Safari 5
https://bugs.webkit.org/show_bug.cgi?id=56035
Summary Leaks viewer doesn't work in Safari 5
Simon Fraser (smfr)
Reported 2011-03-09 11:13:23 PST
If I try to use the leaks viewer with Safari 5, it fails with some JS exceptions: TypeError: Result of expression 'document.getElementById("url-prompt-container").classList' [undefined] is not an object. LeaksViewer.js:111TypeError: Result of expression 'this._loadingIndicator.classList' [undefined] is not an object.
Attachments
Don't use Element.classList or box-shadow in Leaks Viewer (3.33 KB, patch)
2011-03-09 11:30 PST, Adam Roben (:aroben)
simon.fraser: review+
Adam Roben (:aroben)
Comment 1 2011-03-09 11:30:43 PST
Created attachment 85205 [details] Don't use Element.classList or box-shadow in Leaks Viewer
Adam Roben (:aroben)
Comment 2 2011-03-09 11:43:54 PST
Note You need to log in before you can comment on or make changes to this bug.