| Index: third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.cpp b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.cpp
|
| index f8b979b1bb44b9c153093907a73f0480b765f34a..7e3f30d76c51e6d6504523869b83cf9a7b05b32c 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.cpp
|
| @@ -14,10 +14,6 @@
|
|
|
| namespace blink {
|
|
|
| -BeforeInstallPromptEvent::BeforeInstallPromptEvent()
|
| -{
|
| -}
|
| -
|
| BeforeInstallPromptEvent::BeforeInstallPromptEvent(const AtomicString& name, ExecutionContext* executionContext, const Vector<String>& platforms, int requestId, WebAppBannerClient* client)
|
| : Event(name, false, true)
|
| , m_platforms(platforms)
|
|
|