| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index 094a80a7fa49d39b2ab9e4762deea0ae15439292..1aa6c22a49eed2bb935fcbb51d62600867150590 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -41,7 +41,7 @@
|
| #include "wtf/ThreadingPrimitives.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class BaseHeap;
|
| class BaseHeapPage;
|
| @@ -117,7 +117,7 @@ struct ThreadingTrait {
|
| namespace Namespace { \
|
| class Class; \
|
| } \
|
| - namespace WebCore { \
|
| + namespace blink { \
|
| template<> struct ThreadingTrait<Namespace::Class> { \
|
| static const ThreadAffinity Affinity = AnyThread; \
|
| }; \
|
|
|