| Index: Source/core/html/shadow/InsertionPoint.cpp
|
| diff --git a/Source/core/html/shadow/InsertionPoint.cpp b/Source/core/html/shadow/InsertionPoint.cpp
|
| index cdf821e2ebc746d6969a37cc19485742b6999273..7ec60be93c11367d089ff4c1885a9ba488a16d49 100644
|
| --- a/Source/core/html/shadow/InsertionPoint.cpp
|
| +++ b/Source/core/html/shadow/InsertionPoint.cpp
|
| @@ -31,11 +31,11 @@
|
| #include "config.h"
|
| #include "InsertionPoint.h"
|
|
|
| -#include "ElementShadow.h"
|
| #include "HTMLNames.h"
|
| -#include "QualifiedName.h"
|
| -#include "ShadowRoot.h"
|
| -#include "StaticNodeList.h"
|
| +#include "core/dom/ElementShadow.h"
|
| +#include "core/dom/QualifiedName.h"
|
| +#include "core/dom/ShadowRoot.h"
|
| +#include "core/dom/StaticNodeList.h"
|
|
|
| namespace WebCore {
|
|
|
|
|