Index: Source/bindings/core/v8/custom/V8CSSValueCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp b/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp |
index 44dc8e69ab8200a9b2bee96a011616cfc09b83a9..451d2921232eb2046bfcf872dd120896e2153320 100644 |
--- a/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp |
@@ -36,7 +36,7 @@ |
#include "bindings/core/v8/V8WebKitCSSFilterValue.h" |
#include "bindings/core/v8/V8WebKitCSSTransformValue.h" |
-namespace WebCore { |
+namespace blink { |
v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
@@ -52,4 +52,4 @@ v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationConte |
return V8CSSValue::createWrapper(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |