Index: Source/bindings/core/v8/custom/V8ElementCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8ElementCustom.cpp b/Source/bindings/core/v8/custom/V8ElementCustom.cpp |
index 04315fdb048d3ce4bc85211d8f0a91e1adc499d7..d305076c22ca9ea467a7f4b91bf4a3ca910a4540 100644 |
--- a/Source/bindings/core/v8/custom/V8ElementCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8ElementCustom.cpp |
@@ -43,7 +43,7 @@ |
#include "platform/RuntimeEnabledFeatures.h" |
#include "wtf/GetPtr.h" |
-namespace WebCore { |
+namespace blink { |
void V8Element::scrollLeftAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) |
{ |
@@ -233,4 +233,4 @@ void V8Element::animateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& i |
exceptionState.throwIfNeeded(); |
} |
-} // namespace WebCore |
+} // namespace blink |