зеркало из https://github.com/mozilla/pjs.git
comment out NS_ERROR in remove
This commit is contained in:
Родитель
846235af9b
Коммит
d54a42c5ed
|
@ -273,7 +273,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
NS_ERROR("attempt to remove an element that was never added");
|
||||
// NS_ERROR("attempt to remove an element that was never added");
|
||||
return NS_ERROR_ILLEGAL_VALUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -273,7 +273,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
NS_ERROR("attempt to remove an element that was never added");
|
||||
// NS_ERROR("attempt to remove an element that was never added");
|
||||
return NS_ERROR_ILLEGAL_VALUE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче