[Webkit-unassigned] [Bug 11411] New: REGRESSION (r17280): Repro crash when clicking a link with target="_blank"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 25 02:16:12 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11411
Summary: REGRESSION (r17280): Repro crash when clicking a link
with target="_blank"
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: Regression, EasyFix
Severity: Critical
Priority: P1
Component: Page Loading
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: mitz at webkit.org
Safari crashes when you click a link with target="_blank" in a document with an
http: URL. The crash is in -[WebCoreFrameBridge canTargetLoadInFrame:] due to
this change in r17280:
- WebCoreFrameBridge *parentBridge = [targetFrame parent];
+ WebCoreFrameBridge *parentBridge = Mac([targetFrame
_frame]->tree()->parent())->bridge();
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list