Index: Source/bindings/core/v8/ScopedPersistent.h |
diff --git a/Source/bindings/core/v8/ScopedPersistent.h b/Source/bindings/core/v8/ScopedPersistent.h |
index 35345f5333adf151a5667431033463929b3f9c45..2bae0a6449b1ac4ad69115630935a0b5ab20febb 100644 |
--- a/Source/bindings/core/v8/ScopedPersistent.h |
+++ b/Source/bindings/core/v8/ScopedPersistent.h |
@@ -34,7 +34,7 @@ |
#include "wtf/Noncopyable.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
template<typename T> |
class ScopedPersistent { |
@@ -100,6 +100,6 @@ private: |
v8::Persistent<T> m_handle; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ScopedPersistent_h |