Bug 210040 - CrashTracer: MobileSafari at WebKit: WebKit::SystemPreviewController::updateProgress
Summary: CrashTracer: MobileSafari at WebKit: WebKit::SystemPreviewController::updateP...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-05 16:18 PDT by Dean Jackson
Modified: 2020-04-06 11:08 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.56 KB, patch)
2020-04-05 16:28 PDT, Dean Jackson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2020-04-05 16:18:41 PDT
CrashTracer: MobileSafari at WebKit: WebKit::SystemPreviewController::updateProgress
Comment 1 Dean Jackson 2020-04-05 16:19:20 PDT
rdar://51410841
Comment 2 Dean Jackson 2020-04-05 16:28:33 PDT
Created attachment 395534 [details]
Patch
Comment 3 Darin Adler 2020-04-05 16:36:34 PDT
Comment on attachment 395534 [details]
Patch

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

> Source/WebKit/UIProcess/Cocoa/DownloadClient.mm:70
> +    auto* webPage = downloadProxy.originatingPage();

Just page?
Comment 4 Dean Jackson 2020-04-06 11:00:01 PDT
Comment on attachment 395534 [details]
Patch

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

>> Source/WebKit/UIProcess/Cocoa/DownloadClient.mm:70
>> +    auto* webPage = downloadProxy.originatingPage();
> 
> Just page?

Will fix.
Comment 5 Dean Jackson 2020-04-06 11:08:57 PDT
Committed r259580: <https://trac.webkit.org/changeset/259580>