mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. In this case, a macro had been used that was in one of the obsolete files 'PRIVATE'. Replaced this by its value 'static'
This commit is contained in:
parent
6f36be6af3
commit
c08fb50ed1
@ -617,7 +617,7 @@ nsHTMLFrameInnerFrame::GetParentContent(nsIContent*& aContent)
|
||||
}
|
||||
|
||||
|
||||
PRIVATE
|
||||
static
|
||||
void TempMakeAbsURL(nsIContent* aContent, nsString& aRelURL, nsString& aAbsURL)
|
||||
{
|
||||
nsIURL* baseURL = nsnull;
|
||||
|
@ -617,7 +617,7 @@ nsHTMLFrameInnerFrame::GetParentContent(nsIContent*& aContent)
|
||||
}
|
||||
|
||||
|
||||
PRIVATE
|
||||
static
|
||||
void TempMakeAbsURL(nsIContent* aContent, nsString& aRelURL, nsString& aAbsURL)
|
||||
{
|
||||
nsIURL* baseURL = nsnull;
|
||||
|
Loading…
Reference in New Issue
Block a user