Index: Source/bindings/core/v8/ScriptValue.h |
diff --git a/Source/bindings/core/v8/ScriptValue.h b/Source/bindings/core/v8/ScriptValue.h |
index 9b6da6c7e00a8e20e9f5f202143eb8f0a6e019b7..012c78a7c944b3953eef4cf32bc6a45dc15feccc 100644 |
--- a/Source/bindings/core/v8/ScriptValue.h |
+++ b/Source/bindings/core/v8/ScriptValue.h |
@@ -38,7 +38,7 @@ |
#include "wtf/text/WTFString.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class JSONValue; |
@@ -157,6 +157,6 @@ private: |
RefPtr<SharedPersistent<v8::Value> > m_value; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ScriptValue_h |