Bug 1445351 - Add comment with bug reference (DONTBUILD)

This commit is contained in:
Dão Gottwald 2018-03-14 07:32:58 +01:00
Родитель 046dfc451e
Коммит 02e5ec126a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -5146,6 +5146,7 @@ var TabsProgressListener = {
// or history.push/pop/replaceState.
if (aFlags & Ci.nsIWebProgressListener.LOCATION_CHANGE_SAME_DOCUMENT) {
// Reader mode cares about history.pushState and friends.
// FIXME: The content process should manage this directly (bug 1445351).
aBrowser.messageManager.sendAsyncMessage("Reader:PushState", {
isArticle: aBrowser.isArticle,
});