Index: Source/bindings/core/v8/V8ValueCache.h |
diff --git a/Source/bindings/core/v8/V8ValueCache.h b/Source/bindings/core/v8/V8ValueCache.h |
index b506546660db3b9080d86af9e6c2c62cab742b2b..3cb2deac0ebedf1929a155305874948a9766dd62 100644 |
--- a/Source/bindings/core/v8/V8ValueCache.h |
+++ b/Source/bindings/core/v8/V8ValueCache.h |
@@ -33,7 +33,7 @@ |
#include "wtf/text/WTFString.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class StringCacheMapTraits : public V8PersistentValueMapTraits<StringImpl*, v8::String, true> { |
public: |
@@ -97,6 +97,6 @@ private: |
RefPtr<StringImpl> m_lastStringImpl; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // V8ValueCache_h |