Index: Source/core/dom/PseudoElement.h |
diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
index 9ae71f546e2e2e4e5095603bf7e44cd422f31c72..d551568d663b8e032e854288df5f1d39ab280240 100644 |
--- a/Source/core/dom/PseudoElement.h |
+++ b/Source/core/dom/PseudoElement.h |
@@ -34,7 +34,7 @@ |
namespace WebCore { |
-class PseudoElement : public Element { |
+class PseudoElement FINAL : public Element { |
public: |
static PassRefPtr<PseudoElement> create(Element* parent, PseudoId pseudoId) |
{ |