| Index: content/browser/frame_host/frame_tree_node.h
|
| diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
|
| index 21fbf2785803dd05954053b255da7c95e817f143..45cfffe35ef941f9978d349dcf4ae29db8e5569d 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -114,7 +114,8 @@ class CONTENT_EXPORT FrameTreeNode {
|
| bool CommitPendingSandboxFlags();
|
|
|
| bool HasSameOrigin(const FrameTreeNode& node) const {
|
| - return replication_state_.origin.IsSameAs(node.replication_state_.origin);
|
| + return replication_state_.origin.IsSameOriginWith(
|
| + node.replication_state_.origin);
|
| }
|
|
|
| const FrameReplicationState& current_replication_state() const {
|
|
|