RESOLVED FIXED 14337
ASSERTION FAILED: !resource->scriptObject when navigating to a page in the b/f cache with the inspector open
https://bugs.webkit.org/show_bug.cgi?id=14337
Summary ASSERTION FAILED: !resource->scriptObject when navigating to a page in the b/...
mitz
Reported 2007-06-23 08:11:44 PDT
The ASSERT(!resource->scriptObject) in InspectorController::addScriptResource() fails when the inspector is open and you navigate away from the inspected document to a document coming from the page cache. To reproduce, using a debug build of TOT: 1) Go to data:text/html,foo 2) In the same window, go to data:text/html,bar 3) Choose Debug > Show Web Inspector 4) In the Safari window, click the Back toolbar button
Attachments
mitz
Comment 1 2007-07-04 23:44:23 PDT
Attachment 15392 [details] in bug 13250 seems to address this bug.
mitz
Comment 2 2007-07-22 14:13:06 PDT
Note You need to log in before you can comment on or make changes to this bug.