Bug 147055 - REGRESSION (r186964): Crash in WebKit2.CloseFromWithinCreatePage
Summary: REGRESSION (r186964): Crash in WebKit2.CloseFromWithinCreatePage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: mitz
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2015-07-17 15:54 PDT by mitz
Modified: 2015-07-17 21:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.92 KB, patch)
2015-07-17 16:02 PDT, mitz
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-07-17 15:54:45 PDT
http://trac.webkit.org/r186964 introduced a crash in WebKit2.CloseFromWithinCreatePage.
Comment 1 mitz 2015-07-17 16:02:08 PDT
Created attachment 257002 [details]
Patch
Comment 2 Alex Christensen 2015-07-17 16:05:48 PDT
Comment on attachment 257002 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=257002&action=review

> Source/WebKit2/ChangeLog:9
> +        (WebKit::WebPageProxy::createNewPage): Grab the main frameâs URL before calling out to the

non-ascii '
Comment 3 mitz 2015-07-17 16:07:03 PDT
Fixed in <http://trac.webkit.org/r186969>.
Comment 4 Alexey Proskuryakov 2015-07-17 20:53:47 PDT
Does this need a Radar?
Comment 5 mitz 2015-07-17 21:04:32 PDT
(In reply to comment #4)
> Does this need a Radar?

No, the fix is part of fixing the Radar for the change that caused the regression.