Index: Source/bindings/core/v8/V8GarbageCollected.h |
diff --git a/Source/bindings/core/v8/V8GarbageCollected.h b/Source/bindings/core/v8/V8GarbageCollected.h |
index 697974839d90431c8aea30cc7f4ab5e49e90cb89..e423131edc8496f4ba34fd379415e18ca6e2a271 100644 |
--- a/Source/bindings/core/v8/V8GarbageCollected.h |
+++ b/Source/bindings/core/v8/V8GarbageCollected.h |
@@ -33,7 +33,7 @@ |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
template<typename T> |
class V8GarbageCollected { |
@@ -84,6 +84,6 @@ private: |
bool m_releasedToV8GarbageCollector; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // V8GarbageCollected_h |