| 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 66f1cce544f69d4c1a0ce1941be2993cc3adf1ed..bebfafd52a38ec0fb0ba20c5beb5770536a80e70 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| @@ -153,7 +153,8 @@ DEFINE_TRACE(PresentationRequest)
|
| }
|
|
|
| PresentationRequest::PresentationRequest(ExecutionContext* executionContext, const KURL& url)
|
| - : ActiveDOMObject(executionContext)
|
| + : ActiveScriptWrappable(this)
|
| + , ActiveDOMObject(executionContext)
|
| , m_url(url)
|
| {
|
| }
|
|
|