| Index: Source/bindings/core/v8/ScriptProfiler.h
|
| diff --git a/Source/bindings/core/v8/ScriptProfiler.h b/Source/bindings/core/v8/ScriptProfiler.h
|
| index 40b20ac2f07543c3182d01ad2a1b7d1aa0cc4003..826efdd65884634951aaa2bf07fe2f36180c42f8 100644
|
| --- a/Source/bindings/core/v8/ScriptProfiler.h
|
| +++ b/Source/bindings/core/v8/ScriptProfiler.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExternalStringVisitor;
|
| class WrappedNodeVisitor;
|
| @@ -81,6 +81,6 @@ public:
|
| static void setIdle(bool isIdle);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScriptProfiler_h
|
|
|