| Index: Source/modules/performance/WorkerGlobalScopePerformance.h
|
| diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| index 52ce9ee44a7e91253732702cccba129c908ab5cd..ae391446a5f6b293e33aafcb334ed2cbf0fa5f1e 100644
|
| --- a/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| +++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
|
| @@ -35,7 +35,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class WorkerGlobalScope;
|
|
|
| @@ -57,6 +57,6 @@ private:
|
| PersistentWillBeMember<WorkerPerformance> m_performance;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WorkerGlobalScopePerformance_h
|
|
|