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