| Index: Source/core/dom/MessageChannel.cpp
|
| diff --git a/Source/core/dom/MessageChannel.cpp b/Source/core/dom/MessageChannel.cpp
|
| index 73c016fb40ec314dc5e08d941e56b0f57c3a0c2d..a27ac9e7d4d8f34500868a79efab1b6048428903 100644
|
| --- a/Source/core/dom/MessageChannel.cpp
|
| +++ b/Source/core/dom/MessageChannel.cpp
|
| @@ -25,10 +25,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "MessageChannel.h"
|
| +#include "core/dom/MessageChannel.h"
|
|
|
| -#include "MessagePort.h"
|
| -#include "MessagePortChannel.h"
|
| +#include "core/dom/MessagePort.h"
|
| +#include "core/dom/MessagePortChannel.h"
|
|
|
| namespace WebCore {
|
|
|
|
|