Index: Source/core/html/shadow/DetailsMarkerControl.h |
diff --git a/Source/core/html/shadow/DetailsMarkerControl.h b/Source/core/html/shadow/DetailsMarkerControl.h |
index 1aa14cab3dd179ac14bf3169a9fa4a734b86a5fb..d2ff3d50064d461e9ff1375c0760b25d525e85b0 100644 |
--- a/Source/core/html/shadow/DetailsMarkerControl.h |
+++ b/Source/core/html/shadow/DetailsMarkerControl.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
class HTMLSummaryElement; |
-class DetailsMarkerControl : public HTMLDivElement { |
+class DetailsMarkerControl FINAL : public HTMLDivElement { |
public: |
DetailsMarkerControl(Document*); |
static PassRefPtr<DetailsMarkerControl> create(Document*); |