| Index: Source/core/html/parser/CompactHTMLToken.cpp
|
| diff --git a/Source/core/html/parser/CompactHTMLToken.cpp b/Source/core/html/parser/CompactHTMLToken.cpp
|
| index 1caf2da098f4a92c42b80edc91172f33051b9e5a..d4b1661c8bf39d6185c2d070f9067cec1284500b 100644
|
| --- a/Source/core/html/parser/CompactHTMLToken.cpp
|
| +++ b/Source/core/html/parser/CompactHTMLToken.cpp
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "HTMLParserIdioms.h"
|
| #include "HTMLToken.h"
|
| -#include "QualifiedName.h"
|
| #include "XSSAuditorDelegate.h"
|
| +#include "core/dom/QualifiedName.h"
|
|
|
| namespace WebCore {
|
|
|
|
|