Bug 1054289 Scroll to the current ref, not the original one r=smaug

This commit is contained in:
Neil Rashbrook 2014-08-29 20:34:35 +01:00
Родитель 1c56da8a40
Коммит a0446d2a55
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1177,7 +1177,7 @@ nsContentSink::StartLayout(bool aIgnorePendingSheets)
// If the document we are loading has a reference or it is a
// frameset document, disable the scroll bars on the views.
mDocument->SetScrollToRef(mDocumentURI);
mDocument->SetScrollToRef(mDocument->GetDocumentURI());
}
void