зеркало из https://github.com/mozilla/pjs.git
Bug 626741 - Downgrade assertion to warning, for failed modifications to immutable urls. r=bz a=NPOTB (debug-only)
This commit is contained in:
Родитель
d0f690dcf9
Коммит
48e7cf6e14
|
@ -88,7 +88,7 @@ static PRLogModuleInfo *gStandardURLLog;
|
||||||
#define ENSURE_MUTABLE() \
|
#define ENSURE_MUTABLE() \
|
||||||
PR_BEGIN_MACRO \
|
PR_BEGIN_MACRO \
|
||||||
if (!mMutable) { \
|
if (!mMutable) { \
|
||||||
NS_ERROR("attempt to modify an immutable nsStandardURL"); \
|
NS_WARNING("attempt to modify an immutable nsStandardURL"); \
|
||||||
return NS_ERROR_ABORT; \
|
return NS_ERROR_ABORT; \
|
||||||
} \
|
} \
|
||||||
PR_END_MACRO
|
PR_END_MACRO
|
||||||
|
|
Загрузка…
Ссылка в новой задаче