Index: Source/core/frame/FrameOwner.h |
diff --git a/Source/core/frame/FrameOwner.h b/Source/core/frame/FrameOwner.h |
index 7b1f891402c6ac56408f1eacb910e4a3412110b4..f8c7d1d7788b6a7392323ed3918f61d242cf9b9a 100644 |
--- a/Source/core/frame/FrameOwner.h |
+++ b/Source/core/frame/FrameOwner.h |
@@ -11,6 +11,8 @@ namespace WebCore { |
class FrameOwner { |
public: |
+ virtual ~FrameOwner() { } |
+ |
virtual bool isLocal() const = 0; |
virtual SandboxFlags sandboxFlags() const = 0; |