| Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| index ff74762ddd8c8bd177c001729fefa1456270164e..7c69cc0faa1b697987be43de2567a44058b44f3b 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "core/inspector/ScriptCallStack.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<V8CustomXPathNSResolver> V8CustomXPathNSResolver::create(v8::Handle<v8::Object> resolver, v8::Isolate* isolate)
|
| {
|
| @@ -95,4 +95,4 @@ void V8CustomXPathNSResolver::trace(Visitor* visitor)
|
| XPathNSResolver::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|