Index: Source/bindings/core/v8/custom/V8StyleSheetCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8StyleSheetCustom.cpp b/Source/bindings/core/v8/custom/V8StyleSheetCustom.cpp |
index 1388ddb73d2c5b3da83cd68c030cd5146c423d4b..9197ced2581ebf03826331f20f566ea441df6e55 100644 |
--- a/Source/bindings/core/v8/custom/V8StyleSheetCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8StyleSheetCustom.cpp |
@@ -35,7 +35,7 @@ |
#include "bindings/core/v8/V8DOMWrapper.h" |
#include "bindings/core/v8/V8Node.h" |
-namespace WebCore { |
+namespace blink { |
v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
@@ -45,4 +45,4 @@ v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationCon |
return V8StyleSheet::createWrapper(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |