Index: Source/bindings/core/v8/custom/V8TextCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8TextCustom.cpp b/Source/bindings/core/v8/custom/V8TextCustom.cpp |
index 4ffbadc0d3da0dd100508ddd09664bd4112a61c7..2b75bca4f4fe245bb2d0f5835f1aa3b32d200a0f 100644 |
--- a/Source/bindings/core/v8/custom/V8TextCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8TextCustom.cpp |
@@ -35,7 +35,7 @@ |
#include "core/dom/Node.h" |
#include "core/dom/Text.h" |
-namespace WebCore { |
+namespace blink { |
v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
@@ -45,4 +45,4 @@ v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, |
return V8Text::createWrapper(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |