| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index 61b4b32af093bb837881c1f3bfdb6e98185d8dcf..8e075b1c8733f71d69ebbe498171dca89f83a331 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "config.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "bindings/v8/ScriptController.h"
|
| -#include "bindings/v8/ScriptSourceCode.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ScriptController.h"
|
| +#include "bindings/core/v8/ScriptSourceCode.h"
|
| #include "core/FetchInitiatorTypeNames.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/XMLNSNames.h"
|
|
|