Index: Source/core/dom/custom/CustomElementProcessingStep.h |
diff --git a/Source/core/dom/custom/CustomElementProcessingStep.h b/Source/core/dom/custom/CustomElementProcessingStep.h |
index ffba9c5c5ef90e6be7e1603054956823743e7545..42680c57664c742b35648a0d8b7c6dde98748e31 100644 |
--- a/Source/core/dom/custom/CustomElementProcessingStep.h |
+++ b/Source/core/dom/custom/CustomElementProcessingStep.h |
@@ -35,8 +35,6 @@ |
namespace blink { |
-class Element; |
- |
class CustomElementProcessingStep { |
WTF_MAKE_NONCOPYABLE(CustomElementProcessingStep); |
public: |
@@ -47,6 +45,6 @@ public: |
virtual bool isCreatedCallback() const { return false; } |
}; |
-} |
+} // namespace blink |
#endif // CustomElementProcessingStep_h |