Index: Source/core/editing/MarkupAccumulator.cpp |
diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp |
index e78068f885e8e07a4d635a127ad83ec4421a8649..8553977d531fc44298fdea94e46b69f3e21c9aaa 100644 |
--- a/Source/core/editing/MarkupAccumulator.cpp |
+++ b/Source/core/editing/MarkupAccumulator.cpp |
@@ -35,11 +35,11 @@ |
#include "HTMLElement.h" |
#include "HTMLNames.h" |
#include "HTMLTemplateElement.h" |
-#include "KURL.h" |
#include "ProcessingInstruction.h" |
#include "XLinkNames.h" |
#include "XMLNSNames.h" |
#include "XMLNames.h" |
+#include "core/platform/KURL.h" |
#include <wtf/unicode/CharacterNames.h> |
namespace WebCore { |