| Index: Source/core/xml/XMLTreeViewer.cpp
|
| diff --git a/Source/core/xml/XMLTreeViewer.cpp b/Source/core/xml/XMLTreeViewer.cpp
|
| index 7ef83f1f09b9103b180bbbedcb060bd78a684d01..1c2323f7d477a8cbcb621263134095e2d3415fec 100644
|
| --- a/Source/core/xml/XMLTreeViewer.cpp
|
| +++ b/Source/core/xml/XMLTreeViewer.cpp
|
| @@ -29,11 +29,11 @@
|
| #include "config.h"
|
| #include "core/xml/XMLTreeViewer.h"
|
|
|
| -#include "ScriptController.h"
|
| -#include "ScriptSourceCode.h"
|
| -#include "ScriptValue.h"
|
| #include "XMLViewerCSS.h"
|
| #include "XMLViewerJS.h"
|
| +#include "bindings/v8/ScriptController.h"
|
| +#include "bindings/v8/ScriptSourceCode.h"
|
| +#include "bindings/v8/ScriptValue.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/ExceptionCodePlaceholder.h"
|
|
|