Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
index 8f65ff59009bf7709a2f5a56210b2f2037ae9a8b..a562da2316e9bce2e7bca7fad0ec2bc3e154a0a0 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
@@ -75,6 +75,7 @@ public: |
// FrameOwner overrides: |
bool isLocal() const override { return true; } |
+ bool isRemote() const override { return false; } |
void setContentFrame(Frame&) override; |
void clearContentFrame() override; |
void dispatchLoad() override; |