| Index: Source/core/dom/MessageEvent.h
|
| diff --git a/Source/core/dom/MessageEvent.h b/Source/core/dom/MessageEvent.h
|
| index 49909696cd71f7b5e21739a14d2895b5cc047ef8..eba82428e0bfac2c617b25a9a1fbef62eb2782fc 100644
|
| --- a/Source/core/dom/MessageEvent.h
|
| +++ b/Source/core/dom/MessageEvent.h
|
| @@ -28,8 +28,8 @@
|
| #ifndef MessageEvent_h
|
| #define MessageEvent_h
|
|
|
| -#include "ScriptValue.h"
|
| -#include "SerializedScriptValue.h"
|
| +#include "bindings/v8/ScriptValue.h"
|
| +#include "bindings/v8/SerializedScriptValue.h"
|
| #include "core/dom/Event.h"
|
| #include "core/dom/MessagePort.h"
|
| #include "core/fileapi/Blob.h"
|
|
|