зеркало из https://github.com/mozilla/pjs.git
Remove assertion that should have been removed with the rest of the fix for bug 41983.
b=41983 r=peterv sr=jst a=asa
This commit is contained in:
Родитель
f243ca6646
Коммит
0a06578c63
|
@ -1570,10 +1570,6 @@ nsGenericHTMLElement::SetAttr(PRInt32 aNameSpaceID,
|
||||||
PRBool aNotify)
|
PRBool aNotify)
|
||||||
{
|
{
|
||||||
nsresult result = NS_OK;
|
nsresult result = NS_OK;
|
||||||
NS_ASSERTION((kNameSpaceID_HTML == aNameSpaceID) ||
|
|
||||||
(kNameSpaceID_None == aNameSpaceID) ||
|
|
||||||
(kNameSpaceID_Unknown == aNameSpaceID),
|
|
||||||
"html content only holds HTML attributes");
|
|
||||||
|
|
||||||
if ((kNameSpaceID_HTML != aNameSpaceID) &&
|
if ((kNameSpaceID_HTML != aNameSpaceID) &&
|
||||||
(kNameSpaceID_None != aNameSpaceID) &&
|
(kNameSpaceID_None != aNameSpaceID) &&
|
||||||
|
|
Загрузка…
Ссылка в новой задаче