| Index: third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
|
| diff --git a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
|
| index 3ed9b45567f784a5d6d47781bf418149a2429071..e0c0bdebc526c222c21364cc8a174d67128791e5 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
|
| +++ b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
|
| @@ -24,7 +24,7 @@ String AppBannerPromptResult::outcome() const {
|
| }
|
|
|
| AppBannerPromptResult::AppBannerPromptResult(
|
| - const AtomicString& platform,
|
| + const String& platform,
|
| WebAppBannerPromptResult::Outcome outcome)
|
| : m_platform(platform), m_outcome(outcome) {}
|
|
|
|
|