| Index: Source/core/html/parser/HTMLStackItem.h
|
| diff --git a/Source/core/html/parser/HTMLStackItem.h b/Source/core/html/parser/HTMLStackItem.h
|
| index dd8eac6d62d139afdee3b0c46cf9af6a6b110596..2fe98bcc664af22f7230d66e212e69806cf85f48 100644
|
| --- a/Source/core/html/parser/HTMLStackItem.h
|
| +++ b/Source/core/html/parser/HTMLStackItem.h
|
| @@ -31,10 +31,9 @@
|
| #include "SVGNames.h"
|
| #include "core/dom/Element.h"
|
| #include "core/html/parser/AtomicHTMLToken.h"
|
| -
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|