Bug 1646570 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

By just quick looking from the code, it seems the document calls `GetInProcessScriptableTop` must be a first-party window, and that means we should still be able to get the right top in Fission.
If my understanding is correct, maybe we don't really have to "fix" anything here, we can just add comments or use more appropriate API if replacing all GetInProcessXXX is the goal.
By just quickly looking from the code, it seems the document calls `GetInProcessScriptableTop` must be a first-party window, and that means we should still be able to get the right top in Fission.
If my understanding is correct, maybe we don't really have to "fix" anything here, we can just add comments or use more appropriate API if replacing all GetInProcessXXX is the goal.
By just quickly looking from the code, it seems the document calls `GetInProcessScriptableTop` must be a first-party document, and that means we should still be able to get the right top in Fission.
If my understanding is correct, maybe we don't really have to "fix" anything here, we can just add comments or use more appropriate API if replacing all GetInProcessXXX is the goal.

Back to Bug 1646570 Comment 2