Index: third_party/WebKit/Source/core/dom/Element.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp |
index 5ff62967e326ce3888314c78ce9357148d38ec0d..d1b314b1de00bfd005401e414d0fe3bc46e88054 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.cpp |
+++ b/third_party/WebKit/Source/core/dom/Element.cpp |
@@ -74,7 +74,7 @@ |
#include "core/dom/StyleEngine.h" |
#include "core/dom/Text.h" |
#include "core/dom/custom/CustomElement.h" |
-#include "core/dom/custom/CustomElementsRegistry.h" |
+#include "core/dom/custom/CustomElementRegistry.h" |
#include "core/dom/custom/V0CustomElement.h" |
#include "core/dom/custom/V0CustomElementRegistrationContext.h" |
#include "core/dom/shadow/InsertionPoint.h" |