зеркало из https://github.com/mozilla/pjs.git
Initializing res.
This commit is contained in:
Родитель
29013999db
Коммит
1842c0c950
|
@ -682,7 +682,7 @@ nsHTMLInputElement::GetStyleHintForAttributeChange(
|
||||||
nsresult nsHTMLInputElement::GetPrimaryFrame(nsIFormControlFrame *&aFormControlFrame)
|
nsresult nsHTMLInputElement::GetPrimaryFrame(nsIFormControlFrame *&aFormControlFrame)
|
||||||
{
|
{
|
||||||
nsIDocument* doc = nsnull;
|
nsIDocument* doc = nsnull;
|
||||||
nsresult res;
|
nsresult res = NS_NOINTERFACE;
|
||||||
// Get the document
|
// Get the document
|
||||||
if (NS_OK == GetDocument(doc)) {
|
if (NS_OK == GetDocument(doc)) {
|
||||||
// Get presentation shell 0
|
// Get presentation shell 0
|
||||||
|
|
|
@ -682,7 +682,7 @@ nsHTMLInputElement::GetStyleHintForAttributeChange(
|
||||||
nsresult nsHTMLInputElement::GetPrimaryFrame(nsIFormControlFrame *&aFormControlFrame)
|
nsresult nsHTMLInputElement::GetPrimaryFrame(nsIFormControlFrame *&aFormControlFrame)
|
||||||
{
|
{
|
||||||
nsIDocument* doc = nsnull;
|
nsIDocument* doc = nsnull;
|
||||||
nsresult res;
|
nsresult res = NS_NOINTERFACE;
|
||||||
// Get the document
|
// Get the document
|
||||||
if (NS_OK == GetDocument(doc)) {
|
if (NS_OK == GetDocument(doc)) {
|
||||||
// Get presentation shell 0
|
// Get presentation shell 0
|
||||||
|
|
Загрузка…
Ссылка в новой задаче