Bug 6709
Summary: | TypeError: Value undefined (result of expression treeScrollbar.refresh) is not object. | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Minor | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
David Kilzer (:ddkilzer)
This error occasionally comes out of the Web Inspector:
[1321] :TypeError: Value undefined (result of expression treeScrollbar.refresh) is not object.
[1321] :TypeError: Null value
[1321] :TypeError: Null value
It should be fixed so that it doesn't occur.
NOTE: This error text is mentioned in Bug 6635.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
This was fixed a while back when I cleaned up the JavaScript file and did more null checks.