Index: Source/core/dom/custom/CustomElement.h |
diff --git a/Source/core/dom/custom/CustomElement.h b/Source/core/dom/custom/CustomElement.h |
index 1acdc3ed297368106d12ac8574cb1d236850b53e..ee945f6cc5535b660058f59955bc595bd9eaf01d 100644 |
--- a/Source/core/dom/custom/CustomElement.h |
+++ b/Source/core/dom/custom/CustomElement.h |
@@ -43,7 +43,6 @@ namespace blink { |
class CustomElementMicrotaskImportStep; |
class Document; |
-class Element; |
class HTMLImportChild; |
class CustomElement { |
@@ -76,6 +75,6 @@ private: |
static Vector<AtomicString>& embedderCustomElementNames(); |
}; |
-} |
+} // namespace blink |
#endif // CustomElement_h |