Index: Source/bindings/core/v8/CustomElementConstructorBuilder.cpp |
diff --git a/Source/bindings/core/v8/CustomElementConstructorBuilder.cpp b/Source/bindings/core/v8/CustomElementConstructorBuilder.cpp |
index 5b73be1c9696a8ba2c6e0c723787af72aea2cf4b..7e2edd030022289e687baf89ad683a73e1f1401e 100644 |
--- a/Source/bindings/core/v8/CustomElementConstructorBuilder.cpp |
+++ b/Source/bindings/core/v8/CustomElementConstructorBuilder.cpp |
@@ -50,7 +50,7 @@ |
#include "core/dom/custom/CustomElementException.h" |
#include "wtf/Assertions.h" |
-namespace WebCore { |
+namespace blink { |
static void constructCustomElement(const v8::FunctionCallbackInfo<v8::Value>&); |
@@ -300,4 +300,4 @@ static void constructCustomElement(const v8::FunctionCallbackInfo<v8::Value>& in |
v8SetReturnValueFast(info, element.release(), document); |
} |
-} // namespace WebCore |
+} // namespace blink |