| 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..21df5410f6d061dd15ce66f08bea2ea2a21066a6 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -223,8 +223,7 @@ XMLHttpRequest* XMLHttpRequest::create(ExecutionContext* context) {
|
| XMLHttpRequest::XMLHttpRequest(
|
| ExecutionContext* context,
|
| PassRefPtr<SecurityOrigin> isolatedWorldSecurityOrigin)
|
| - : ActiveScriptWrappable<XMLHttpRequest>(this),
|
| - SuspendableObject(context),
|
| + : SuspendableObject(context),
|
| m_timeoutMilliseconds(0),
|
| m_responseBlob(this, nullptr),
|
| m_state(kUnsent),
|
|
|