| Index: Source/core/xml/XMLHttpRequest.cpp
|
| diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp
|
| index 53a2c09092a4c1ab6c305ac80f4ee912bee2e5ff..ee4a67f02df5ea590f2e292118b02706812b2566 100644
|
| --- a/Source/core/xml/XMLHttpRequest.cpp
|
| +++ b/Source/core/xml/XMLHttpRequest.cpp
|
| @@ -517,7 +517,7 @@ void XMLHttpRequest::open(const AtomicString& method, const KURL& url, Exception
|
|
|
| void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, ExceptionState& exceptionState)
|
| {
|
| - WTF_LOG(Network, "XMLHttpRequest %p open('%s', '%s', %d)", this, method.string().utf8().data(), url.elidedString().utf8().data(), async);
|
| + WTF_LOG(Network, "XMLHttpRequest %p open('%s', '%s', %d)", this, method.utf8().data(), url.elidedString().utf8().data(), async);
|
|
|
| if (!internalAbort())
|
| return;
|
|
|