| Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| index fccb3b6b3b70addca0a96ba357f3d1a1cc6ff54c..8f770d8a62497fdf48566293fc2ae873f7143fad 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| +++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // V8CustomXPathNSResolver does not create a persistent handle to the
|
| // given resolver object. So the lifetime of V8CustomXPathNSResolver
|
| @@ -57,6 +57,6 @@ private:
|
| v8::Isolate* m_isolate;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8CustomXPathNSResolver_h
|
|
|