| Index: Source/bindings/core/v8/PostMessage.h
|
| diff --git a/Source/bindings/core/v8/PostMessage.h b/Source/bindings/core/v8/PostMessage.h
|
| index 77061f00890ea71eff6abad12b943419333b8c5e..eaed55e9f712379fb893c13959a72696a9bc59f1 100644
|
| --- a/Source/bindings/core/v8/PostMessage.h
|
| +++ b/Source/bindings/core/v8/PostMessage.h
|
| @@ -13,7 +13,7 @@
|
| #include "wtf/ArrayBuffer.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| @@ -40,6 +40,6 @@ void postMessageMethodCommon(const char* interfaceName, Type* instance, const v8
|
| exceptionState.throwIfNeeded();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PostMessage_h
|
|
|