| Index: Source/core/html/parser/XSSAuditor.cpp
|
| diff --git a/Source/core/html/parser/XSSAuditor.cpp b/Source/core/html/parser/XSSAuditor.cpp
|
| index 44ec4b44b91addfa5453fcf4c7169a2fd082026a..dd3896f654e94a4ff0ecd1f2bf0278056ca20b8f 100644
|
| --- a/Source/core/html/parser/XSSAuditor.cpp
|
| +++ b/Source/core/html/parser/XSSAuditor.cpp
|
| @@ -27,7 +27,6 @@
|
| #include "config.h"
|
| #include "XSSAuditor.h"
|
|
|
| -#include "Document.h"
|
| #include "FormDataList.h"
|
| #include "HTMLDocumentParser.h"
|
| #include "HTMLNames.h"
|
| @@ -38,6 +37,7 @@
|
| #include "InspectorValues.h"
|
| #include "XLinkNames.h"
|
| #include "XSSAuditorDelegate.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/loader/PingLoader.h"
|
|
|