зеркало из https://github.com/mozilla/pjs.git
move nsFrame::XMLQuote to #ifdef DEBUG, like its only caller
r+sr=dbaron
This commit is contained in:
Родитель
af84826145
Коммит
577b542b93
|
@ -2725,7 +2725,6 @@ nsFrame::MakeFrameName(const nsAString& aType, nsAString& aResult) const
|
|||
AppendASCIItoUTF16(buf, aResult);
|
||||
return NS_OK;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
nsFrame::XMLQuote(nsString& aString)
|
||||
|
@ -2756,6 +2755,7 @@ nsFrame::XMLQuote(nsString& aString)
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
PRBool
|
||||
nsFrame::ParentDisablesSelection() const
|
||||
|
|
|
@ -446,6 +446,8 @@ public:
|
|||
while (--aIndent >= 0) fputs(" ", out);
|
||||
}
|
||||
|
||||
static void XMLQuote(nsString& aString);
|
||||
|
||||
/**
|
||||
* Dump out the "base classes" regression data. This should dump
|
||||
* out the interior data, not the "frame" XML container. And it
|
||||
|
@ -519,8 +521,6 @@ protected:
|
|||
nsIContent **aParentContent, PRInt32 *aContentOffset,
|
||||
PRInt32 *aTarget);
|
||||
|
||||
static void XMLQuote(nsString& aString);
|
||||
|
||||
virtual PRBool ParentDisablesSelection() const;
|
||||
|
||||
// Set the overflow clip rect into the rendering-context. Used for block-level
|
||||
|
|
|
@ -2725,7 +2725,6 @@ nsFrame::MakeFrameName(const nsAString& aType, nsAString& aResult) const
|
|||
AppendASCIItoUTF16(buf, aResult);
|
||||
return NS_OK;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
nsFrame::XMLQuote(nsString& aString)
|
||||
|
@ -2756,6 +2755,7 @@ nsFrame::XMLQuote(nsString& aString)
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
PRBool
|
||||
nsFrame::ParentDisablesSelection() const
|
||||
|
|
|
@ -446,6 +446,8 @@ public:
|
|||
while (--aIndent >= 0) fputs(" ", out);
|
||||
}
|
||||
|
||||
static void XMLQuote(nsString& aString);
|
||||
|
||||
/**
|
||||
* Dump out the "base classes" regression data. This should dump
|
||||
* out the interior data, not the "frame" XML container. And it
|
||||
|
@ -519,8 +521,6 @@ protected:
|
|||
nsIContent **aParentContent, PRInt32 *aContentOffset,
|
||||
PRInt32 *aTarget);
|
||||
|
||||
static void XMLQuote(nsString& aString);
|
||||
|
||||
virtual PRBool ParentDisablesSelection() const;
|
||||
|
||||
// Set the overflow clip rect into the rendering-context. Used for block-level
|
||||
|
|
Загрузка…
Ссылка в новой задаче