Index: Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
index 834ac123c70af030eaf94926ddb244fb900c836b..2baeb22a4ec51ea90e66e9bfce94ea04d6f5df8f 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/Source/core/html/HTMLFrameOwnerElement.h |
@@ -71,7 +71,7 @@ protected: |
private: |
virtual bool isKeyboardFocusable() const OVERRIDE; |
- virtual bool isFrameOwnerElement() const OVERRIDE { return true; } |
+ virtual bool isFrameOwnerElement() const OVERRIDE FINAL { return true; } |
Frame* m_contentFrame; |
SandboxFlags m_sandboxFlags; |