| 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 4e985592823044fbabee37dab355a8ed2ee0a9dc..59a6c9c65336fa51fb2f0f68b7792d137a4e81b4 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -111,7 +111,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 {
|
|
|