| Index: Source/web/WebSerializedScriptValue.cpp
|
| diff --git a/Source/web/WebSerializedScriptValue.cpp b/Source/web/WebSerializedScriptValue.cpp
|
| index 539811acdd190386dc19b894b968b7d6a1270cc3..911d20d0361086e7b44bb061304ffce26c71e90a 100644
|
| --- a/Source/web/WebSerializedScriptValue.cpp
|
| +++ b/Source/web/WebSerializedScriptValue.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "public/web/WebSerializedScriptValue.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/SerializedScriptValue.h"
|
| #include "public/platform/WebString.h"
|
|
|
| using namespace WebCore;
|
|
|