Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/bindings/core/v8/custom/V8CustomEventCustom.cpp ('k') | Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698