Bug 19960 - Evaluating "document." in the error console causes an assertion failure
Summary: Evaluating "document." in the error console causes an assertion failure
Status: RESOLVED DUPLICATE of bug 19890
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-09 10:12 PDT by Anders Carlsson
Modified: 2008-07-21 14:38 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2008-07-09 10:12:23 PDT
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.
Comment 1 Timothy Hatcher 2008-07-21 14:38:05 PDT

*** This bug has been marked as a duplicate of 19890 ***