| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| index f5264a15a544e08f2cad330e21cbbc729ccd2628..82f81ee816d5b040b8116cdf5c8c3d1db8d143fa 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -223,7 +223,7 @@ XMLHttpRequest* XMLHttpRequest::create(ExecutionContext* context) {
|
| XMLHttpRequest::XMLHttpRequest(
|
| ExecutionContext* context,
|
| PassRefPtr<SecurityOrigin> isolatedWorldSecurityOrigin)
|
| - : ActiveScriptWrappable<XMLHttpRequest>(this),
|
| + : ActiveScriptWrappable(),
|
| SuspendableObject(context),
|
| m_timeoutMilliseconds(0),
|
| m_responseBlob(this, nullptr),
|
|
|