| Index: Source/platform/PurgeableVector.h
|
| diff --git a/Source/platform/PurgeableVector.h b/Source/platform/PurgeableVector.h
|
| index 72ab97a1065e64a333a499e68671d40a7b85378f..cb3a9a91c3481ace7cc1b8afa5d065d872f9fec3 100644
|
| --- a/Source/platform/PurgeableVector.h
|
| +++ b/Source/platform/PurgeableVector.h
|
| @@ -42,7 +42,7 @@ class WebDiscardableMemory;
|
|
|
| } // namespace blink
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // A simple vector implementation that supports purgeable memory. The vector is
|
| // already locked at construction and locking uses an internal counter which
|
| @@ -122,6 +122,6 @@ private:
|
| int m_locksCount;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PurgeableVector_h
|
|
|