Index: Source/bindings/core/v8/ScriptHeapSnapshot.h |
diff --git a/Source/bindings/core/v8/ScriptHeapSnapshot.h b/Source/bindings/core/v8/ScriptHeapSnapshot.h |
index 8d0f14b50a206347bf610910a255499fcd67ee6a..349cedb09306d85098e9154306ec556a09a3b1c2 100644 |
--- a/Source/bindings/core/v8/ScriptHeapSnapshot.h |
+++ b/Source/bindings/core/v8/ScriptHeapSnapshot.h |
@@ -35,7 +35,7 @@ |
#include "wtf/text/WTFString.h" |
#include <v8-profiler.h> |
-namespace WebCore { |
+namespace blink { |
class ScriptHeapSnapshot FINAL : public RefCounted<ScriptHeapSnapshot> { |
public: |
@@ -63,6 +63,6 @@ private: |
const v8::HeapSnapshot* m_snapshot; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ScriptHeapSnapshot_h |