зеркало из https://github.com/mozilla/pjs.git
Fix compile error on HPUX by using inline getter instead of protected member.
Bug 278390, patch suggested by Bertram Franz <bertramf@gmx.net>, r+sr=jst
This commit is contained in:
Родитель
475d93633e
Коммит
04cbce69df
|
@ -101,7 +101,7 @@ nsDOMWindowUtils::GetDocumentMetadata(const nsAString& aName,
|
|||
nsAString& aValue)
|
||||
{
|
||||
if (mWindow) {
|
||||
nsCOMPtr<nsIDocument> doc(do_QueryInterface(mWindow->mDocument));
|
||||
nsCOMPtr<nsIDocument> doc(do_QueryInterface(mWindow->GetExtantDocument()));
|
||||
if (doc) {
|
||||
nsCOMPtr<nsIAtom> name = do_GetAtom(aName);
|
||||
doc->GetHeaderData(name, aValue);
|
||||
|
|
Загрузка…
Ссылка в новой задаче