Bug 162314 - Can't present a payment sheet if a sheet is already active in another window
Summary: Can't present a payment sheet if a sheet is already active in another window
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 13:53 PDT by Anders Carlsson
Modified: 2016-09-20 14:45 PDT (History)
0 users

See Also:


Attachments
Patch (2.88 KB, patch)
2016-09-20 14:00 PDT, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2016-09-20 13:53:22 PDT
Can't present a payment sheet if a sheet is already active in another window
Comment 1 Anders Carlsson 2016-09-20 14:00:31 PDT
Created attachment 289397 [details]
Patch
Comment 2 Tim Horton 2016-09-20 14:35:54 PDT
Comment on attachment 289397 [details]
Patch

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

> Source/WebKit2/UIProcess/ApplePay/WebPaymentCoordinatorProxy.cpp:52
> +    ASSERT(activePaymentCoordinatorProxy != this);

Please set to null if the assert is not true.
Comment 3 Anders Carlsson 2016-09-20 14:45:41 PDT
Committed r206176: <http://trac.webkit.org/changeset/206176>