Index: Source/core/html/HTMLElement.cpp |
diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp |
index c3470644e0380b4e90319a9bc933e8202ff4dcbb..fb1a964845947b094cc3ef48cb2822e61b3815c2 100644 |
--- a/Source/core/html/HTMLElement.cpp |
+++ b/Source/core/html/HTMLElement.cpp |
@@ -42,7 +42,7 @@ |
#include "core/dom/shadow/ComposedTreeTraversal.h" |
#include "core/dom/shadow/ElementShadow.h" |
#include "core/dom/shadow/ShadowRoot.h" |
-#include "core/editing/Serialization.h" |
+#include "core/editing/serializers/Serialization.h" |
#include "core/events/EventListener.h" |
#include "core/events/KeyboardEvent.h" |
#include "core/frame/Settings.h" |