| Index: Source/platform/PODArena.h
|
| diff --git a/Source/platform/PODArena.h b/Source/platform/PODArena.h
|
| index db3a1d565c48a94d24d316ea5829c5312cb206ab..fa4316f5f9bcbd8552d4c1d8e213b2438d1bb213 100644
|
| --- a/Source/platform/PODArena.h
|
| +++ b/Source/platform/PODArena.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // An arena which allocates only Plain Old Data (POD), or classes and
|
| // structs bottoming out in Plain Old Data. NOTE: the constructors of
|
| @@ -195,6 +195,6 @@ protected:
|
| Vector<OwnPtr<Chunk> > m_chunks;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PODArena_h
|
|
|