General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
git-svn-id: svn://10.0.0.236/trunk@151115 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2690,7 +2690,7 @@ PresShell::InitialReflow(nscoord aWidth, nscoord aHeight)
|
||||
#ifdef NS_DEBUG
|
||||
if (VERIFY_REFLOW_NOISY_RC & gVerifyReflowFlags) {
|
||||
if (mDocument) {
|
||||
nsIURI *uri = mDocument->GetDocumentURL();
|
||||
nsIURI *uri = mDocument->GetDocumentURI();
|
||||
if (uri) {
|
||||
nsCAutoString url;
|
||||
uri->GetSpec(url);
|
||||
@@ -7291,7 +7291,7 @@ PresShell::DumpReflows()
|
||||
if (mReflowCountMgr) {
|
||||
nsCAutoString uriStr;
|
||||
if (mDocument) {
|
||||
nsIURI *uri = mDocument->GetDocumentURL();
|
||||
nsIURI *uri = mDocument->GetDocumentURI();
|
||||
if (uri) {
|
||||
uri->GetPath(uriStr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user