| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index 2850c8a780187ce59f2fd286cabeae130dd442d3..4accbbd5dc74501e30f2d486f0b38aeaa5126e9c 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "HTMLLinkElement.h"
|
| #include "HTMLNames.h"
|
| #include "HTMLStyleElement.h"
|
| -#include "ScriptSourceCode.h"
|
| -#include "ScriptValue.h"
|
| +#include "bindings/v8/ScriptSourceCode.h"
|
| +#include "bindings/v8/ScriptValue.h"
|
| #include "core/dom/CDATASection.h"
|
| #include "core/dom/Comment.h"
|
| #include "core/dom/Document.h"
|
|
|