зеркало из https://github.com/mozilla/pjs.git
Bug 474938. Restore silly speculative parsing workaround. r+sr=peterv
This commit is contained in:
Родитель
275e4a9b17
Коммит
e3703f0d3d
|
@ -5073,6 +5073,10 @@ nsCSSFrameConstructor::FindInputData(nsIContent* aContent,
|
|||
nsCOMPtr<nsIFormControl> control = do_QueryInterface(aContent);
|
||||
NS_ASSERTION(control, "input doesn't implement nsIFormControl?");
|
||||
|
||||
if (!control) { // Speculative parsing is screwing up somehow, dammit
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
return FindDataByInt(control->GetType(), aContent, aStyleContext,
|
||||
sInputData, NS_ARRAY_LENGTH(sInputData));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче