Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug.
This commit is contained in:
@@ -54,9 +54,9 @@ nsHtml5Tokenizer::FlushViewSource()
|
||||
}
|
||||
|
||||
void
|
||||
nsHtml5Tokenizer::StartViewSource()
|
||||
nsHtml5Tokenizer::StartViewSource(const nsAutoString& aTitle)
|
||||
{
|
||||
mViewSource->Start();
|
||||
mViewSource->Start(aTitle);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user