| Index: Source/bindings/core/v8/SerializedScriptValue.h
|
| diff --git a/Source/bindings/core/v8/SerializedScriptValue.h b/Source/bindings/core/v8/SerializedScriptValue.h
|
| index 7c3ba51378dcd457c8080e998d03fcbce28fd9ef..98b43cc9b57552258666d6cbc2567c68c08e6fd7 100644
|
| --- a/Source/bindings/core/v8/SerializedScriptValue.h
|
| +++ b/Source/bindings/core/v8/SerializedScriptValue.h
|
| @@ -49,7 +49,7 @@ class ArrayBufferContents;
|
|
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class BlobDataHandle;
|
| class ExceptionState;
|
| @@ -129,6 +129,6 @@ private:
|
| intptr_t m_externallyAllocatedMemory;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SerializedScriptValue_h
|
|
|