Fix remote frame origin access in ContentWatcher::NotifyBrowserOfChange.
The frame traversal in that function was accessing the frame's SecurityOrigin via the document(), which is incorrect in the case of remote frames which have no document(). BUG=581274 Review URL: https://codereview.chromium.org/1634203002 Cr-Commit-Position: refs/heads/master@{#371592}
Showing
Please register or sign in to comment