| Index: Source/core/events/MessageEvent.cpp
|
| diff --git a/Source/core/events/MessageEvent.cpp b/Source/core/events/MessageEvent.cpp
|
| index 3c7cec44a94d0b55bee8ed89fcbb4749066154d0..3afd118d27ff8956e212a1e459e5b523d6ce082d 100644
|
| --- a/Source/core/events/MessageEvent.cpp
|
| +++ b/Source/core/events/MessageEvent.cpp
|
| @@ -28,8 +28,8 @@
|
| #include "config.h"
|
| #include "core/events/MessageEvent.h"
|
|
|
| -#include "bindings/v8/ExceptionMessages.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
|
|
| namespace WebCore {
|
|
|
|
|