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..8dea9037d0230b9335a4073b262f005da43eff58 100644 |
--- a/content/browser/frame_host/frame_tree_node.h |
+++ b/content/browser/frame_host/frame_tree_node.h |
@@ -111,7 +111,7 @@ 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 == node.replication_state_.origin; |
} |
const FrameReplicationState& current_replication_state() const { |