Index: Source/bindings/core/v8/ScriptProfiler.cpp |
diff --git a/Source/bindings/core/v8/ScriptProfiler.cpp b/Source/bindings/core/v8/ScriptProfiler.cpp |
index 5fe451d43aca6dd702cfe61b89d3a95316226434..3a9c24d3662c96ebc5c4f3df7ac28ebccede8eb1 100644 |
--- a/Source/bindings/core/v8/ScriptProfiler.cpp |
+++ b/Source/bindings/core/v8/ScriptProfiler.cpp |
@@ -44,7 +44,7 @@ |
#include <v8-profiler.h> |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
typedef HashMap<String, double> ProfileNameIdleTimeMap; |
@@ -307,4 +307,4 @@ void ScriptProfiler::setIdle(bool isIdle) |
profiler->SetIdle(isIdle); |
} |
-} // namespace WebCore |
+} // namespace blink |