Bug 19960
| Summary: | Evaluating "document." in the error console causes an assertion failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anders Carlsson <andersca> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
Anders Carlsson
0x015d48ff in WebCore::JSInspectedObjectWrapper::prepareIncomingValue (this=0x129139e0, value=0x12913da0) at /Volumes/Shared/WebKit/OpenSource/WebCore/bindings/js/JSInspectedObjectWrapper.cpp:101
101 ASSERT_WITH_MESSAGE(wrapper, "Objects passed to JSInspectedObjectWrapper must be wrapped");
Mitz says that the assertion happens if the evaluated code throws an exception.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
*** This bug has been marked as a duplicate of 19890 ***