| 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 478e0c2ebc7333dc8f58672b65021d4d9d329ed8..f37d088f906d7e015e142518c679d71294c50cf0 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
|
| +++ b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.cpp
|
| @@ -9,12 +9,6 @@
|
|
|
| namespace blink {
|
|
|
| -// static
|
| -AppBannerPromptResult* AppBannerPromptResult::take(PassOwnPtr<WebAppBannerPromptResult> webInstance)
|
| -{
|
| - return webInstance ? AppBannerPromptResult::create(webInstance->platform, webInstance->outcome) : nullptr;
|
| -}
|
| -
|
| AppBannerPromptResult::~AppBannerPromptResult()
|
| {
|
| }
|
|
|