| 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 22ab07adbd6d5224f7de6d21827527b8a8a0b17e..f326a0041130d2d4f0e9f4c40b8ecf5e1e3f8864 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -202,7 +202,8 @@ XMLHttpRequest* XMLHttpRequest::create(ExecutionContext* context)
|
| }
|
|
|
| XMLHttpRequest::XMLHttpRequest(ExecutionContext* context, PassRefPtr<SecurityOrigin> isolatedWorldSecurityOrigin)
|
| - : ActiveDOMObject(context)
|
| + : ActiveScriptWrappable(this)
|
| + , ActiveDOMObject(context)
|
| , m_timeoutMilliseconds(0)
|
| , m_state(UNSENT)
|
| , m_lengthDownloadedToFile(0)
|
|
|