Index: Source/core/html/HTMLShadowElement.cpp |
diff --git a/Source/core/html/shadow/HTMLShadowElement.cpp b/Source/core/html/HTMLShadowElement.cpp |
similarity index 98% |
rename from Source/core/html/shadow/HTMLShadowElement.cpp |
rename to Source/core/html/HTMLShadowElement.cpp |
index edfba07e3e18a2eeb7ddd502312038afad82212a..00b7f8de9db269cf8f522b563c35bf16caa4f96b 100644 |
--- a/Source/core/html/shadow/HTMLShadowElement.cpp |
+++ b/Source/core/html/HTMLShadowElement.cpp |
@@ -29,7 +29,7 @@ |
*/ |
#include "config.h" |
-#include "core/html/shadow/HTMLShadowElement.h" |
+#include "core/html/HTMLShadowElement.h" |
#include "HTMLNames.h" |
#include "core/dom/shadow/ShadowRoot.h" |