| Index: Source/platform/SharedBuffer.cpp
|
| diff --git a/Source/platform/SharedBuffer.cpp b/Source/platform/SharedBuffer.cpp
|
| index e7827712c893142a7c7c63db144b28696263e362..ab4b74784c2ea97080f5fad7a71eb89cb08dc890 100644
|
| --- a/Source/platform/SharedBuffer.cpp
|
| +++ b/Source/platform/SharedBuffer.cpp
|
| @@ -39,7 +39,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static const unsigned segmentSize = 0x1000;
|
| static const unsigned segmentPositionMask = 0x0FFF;
|
| @@ -420,4 +420,4 @@ bool SharedBuffer::isLocked() const
|
| return m_buffer.isLocked();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|