| Index: Source/core/html/parser/HTMLConstructionSite.h
|
| diff --git a/Source/core/html/parser/HTMLConstructionSite.h b/Source/core/html/parser/HTMLConstructionSite.h
|
| index 9b697511ea7346e95f9111c13736a6506e7f0686..0de9bd6b72ebc6c0ee57fea5f730adc90908e03a 100644
|
| --- a/Source/core/html/parser/HTMLConstructionSite.h
|
| +++ b/Source/core/html/parser/HTMLConstructionSite.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef HTMLConstructionSite_h
|
| #define HTMLConstructionSite_h
|
|
|
| -#include "FragmentScriptingPermission.h"
|
| #include "HTMLElementStack.h"
|
| #include "HTMLFormattingElementList.h"
|
| +#include "core/dom/FragmentScriptingPermission.h"
|
| #include "core/platform/NotImplemented.h"
|
| #include <wtf/Noncopyable.h>
|
| #include <wtf/PassRefPtr.h>
|
|
|