| Index: Source/modules/app_banner/AppBannerPromptResult.h
|
| diff --git a/Source/modules/app_banner/AppBannerPromptResult.h b/Source/modules/app_banner/AppBannerPromptResult.h
|
| index cee172250a99c75fbaf553e4203889270b963650..3c0c4bf2f25c7398295b08bd935a26b33f715671 100644
|
| --- a/Source/modules/app_banner/AppBannerPromptResult.h
|
| +++ b/Source/modules/app_banner/AppBannerPromptResult.h
|
| @@ -21,8 +21,8 @@ class AppBannerPromptResult final : public GarbageCollectedFinalized<AppBannerPr
|
| WTF_MAKE_NONCOPYABLE(AppBannerPromptResult);
|
| public:
|
| // Support for CallbackPromiseAdapter:
|
| - using WebType = OwnPtr<blink::WebAppBannerPromptResult>;
|
| - static AppBannerPromptResult* take(ScriptPromiseResolver*, PassOwnPtr<WebAppBannerPromptResult> webInstance);
|
| + using WebType = const blink::WebAppBannerPromptResult&;
|
| + static AppBannerPromptResult* take(ScriptPromiseResolver*, const WebAppBannerPromptResult& webInstance);
|
|
|
| static AppBannerPromptResult* create(const AtomicString& platform, WebAppBannerPromptResult::Outcome outcome)
|
| {
|
|
|