| Index: Source/core/dom/default/PlatformMessagePortChannel.cpp
|
| diff --git a/Source/core/dom/default/PlatformMessagePortChannel.cpp b/Source/core/dom/default/PlatformMessagePortChannel.cpp
|
| index fa0ee42be57030426d8e82ffa70b44b45f6cc07e..28375179859a9c6ae9a087a0283f7c32578c57fe 100644
|
| --- a/Source/core/dom/default/PlatformMessagePortChannel.cpp
|
| +++ b/Source/core/dom/default/PlatformMessagePortChannel.cpp
|
| @@ -30,10 +30,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "PlatformMessagePortChannel.h"
|
| +#include "core/dom/default/PlatformMessagePortChannel.h"
|
|
|
| -#include "MessagePort.h"
|
| -#include "ScriptExecutionContext.h"
|
| +#include "core/dom/MessagePort.h"
|
| +#include "core/dom/ScriptExecutionContext.h"
|
|
|
| namespace WebCore {
|
|
|
|
|