| Index: Source/core/html/parser/HTMLStackItem.h
|
| diff --git a/Source/core/html/parser/HTMLStackItem.h b/Source/core/html/parser/HTMLStackItem.h
|
| index 3b66cfdc3aacf4e777965fcb780a22c1445d2518..e15c2c119cc5a917c5fca1d5e6e1a6c7788e681f 100644
|
| --- a/Source/core/html/parser/HTMLStackItem.h
|
| +++ b/Source/core/html/parser/HTMLStackItem.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef HTMLStackItem_h
|
| #define HTMLStackItem_h
|
|
|
| -#include "HTMLNames.h"
|
| -#include "MathMLNames.h"
|
| -#include "SVGNames.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/MathMLNames.h"
|
| +#include "core/SVGNames.h"
|
| #include "core/dom/Element.h"
|
| #include "core/html/parser/AtomicHTMLToken.h"
|
| #include "wtf/RefCounted.h"
|
|
|