Bug 56035 - Leaks viewer doesn't work in Safari 5
Summary: Leaks viewer doesn't work in Safari 5
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on: 56090
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-09 11:13 PST by Simon Fraser (smfr)
Modified: 2011-03-10 08:36 PST (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 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.
Comment 1 Adam Roben (:aroben) 2011-03-09 11:30:43 PST
Created attachment 85205 [details]
Don't use Element.classList or box-shadow in Leaks Viewer
Comment 2 Adam Roben (:aroben) 2011-03-09 11:43:54 PST
Committed r80656: <http://trac.webkit.org/changeset/80656>