Index: Source/core/dom/ShadowRoot.h |
diff --git a/Source/core/dom/ShadowRoot.h b/Source/core/dom/ShadowRoot.h |
index dbc71dc0a6cd628e03e0945061edca656320993c..03ca1e023b0ed53289a06a76dfe41f48b14999a3 100644 |
--- a/Source/core/dom/ShadowRoot.h |
+++ b/Source/core/dom/ShadowRoot.h |
@@ -40,7 +40,7 @@ namespace WebCore { |
class ElementShadow; |
class ScopeContentDistribution; |
-class ShadowRoot : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> { |
+class ShadowRoot FINAL : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> { |
friend class WTF::DoublyLinkedListNode<ShadowRoot>; |
public: |
// FIXME: We will support multiple shadow subtrees, however current implementation does not work well |