Index: Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp |
index 1c697b589be9db127644e885b31f910f94c4c52f..896def2808bc623166c1cd99c173de7c392c21ff 100644 |
--- a/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp |
@@ -38,7 +38,7 @@ |
#include "bindings/core/v8/V8Node.h" |
#include "core/html/HTMLCollection.h" |
-namespace WebCore { |
+namespace blink { |
v8::Handle<v8::Object> wrap(HTMLCollection* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
@@ -57,4 +57,4 @@ v8::Handle<v8::Object> wrap(HTMLCollection* impl, v8::Handle<v8::Object> creatio |
return V8HTMLCollection::createWrapper(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |