| Index: Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp b/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| index 67879f84f704ca469b502f253241c91b7537cd9c..b6310c47aa545987d4e9c78a9000a8a3617c54de 100644
|
| --- a/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| @@ -49,7 +49,7 @@
|
| #include "wtf/ArrayBuffer.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8XMLHttpRequest::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -248,4 +248,4 @@ void V8XMLHttpRequest::sendMethodCustom(const v8::FunctionCallbackInfo<v8::Value
|
| exceptionState.throwIfNeeded();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|