| Index: Source/core/xml/XMLHttpRequest.cpp
|
| diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp
|
| index 2aa1a4c2553ad34a26eb31a3f5404708b4d3c8e7..15d68f0a5088ae5f3a608460450a9fcd2ea36b29 100644
|
| --- a/Source/core/xml/XMLHttpRequest.cpp
|
| +++ b/Source/core/xml/XMLHttpRequest.cpp
|
| @@ -878,7 +878,7 @@ void XMLHttpRequest::clearVariablesForLoading()
|
| {
|
| // FIXME: when we add the support for multi-part XHR, we will have to think be careful with this initialization.
|
| m_receivedLength = 0;
|
| - m_decoder = 0;
|
| + m_decoder.clear();
|
|
|
| m_responseEncoding = String();
|
| }
|
|
|