| Index: Source/core/inspector/InspectorHistory.cpp
|
| diff --git a/Source/core/inspector/InspectorHistory.cpp b/Source/core/inspector/InspectorHistory.cpp
|
| index 6597d2f405d324babd29e5c6934785bb9aa35127..43ce0e454517cd81738480eaced6739361570fc5 100644
|
| --- a/Source/core/inspector/InspectorHistory.cpp
|
| +++ b/Source/core/inspector/InspectorHistory.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "core/inspector/InspectorHistory.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Node.h"
|
|
|
| namespace WebCore {
|
|
|