| Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| index f2e47a5420b247e0128abd44fb2185d98722f57d..5c537d0d5e40dad6549da32aa161ebf2ffce5d80 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| @@ -207,7 +207,7 @@ DEFINE_TRACE(PresentationRequest) {
|
|
|
| PresentationRequest::PresentationRequest(ExecutionContext* executionContext,
|
| const KURL& url)
|
| - : ActiveScriptWrappable(this),
|
| + : ActiveScriptWrappable(),
|
| SuspendableObject(executionContext),
|
| m_url(url) {}
|
|
|
|
|