mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 633709: Convert bogus assert into a warning. r+a=ehsan
--HG-- extra : rebase_source : 5928d5a4309bd98e0cf4cd3041f36ba64d992706
This commit is contained in:
parent
5e7713edd1
commit
c4c65578ef
@ -673,7 +673,7 @@ nsEditor::DoTransaction(nsITransaction *aTxn)
|
||||
selPrivate->EndBatchChanges(); // no need to check result here, don't lose result of operation
|
||||
}
|
||||
|
||||
NS_POSTCONDITION((NS_SUCCEEDED(result)), "transaction did not execute properly");
|
||||
NS_ENSURE_SUCCESS(result, result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ load 448329-2.html
|
||||
load 448329-3.html
|
||||
load 456727-1.html
|
||||
load 456727-2.html
|
||||
needs-focus asserts(2) load 467647-1.html # bug 382210, bug 414178
|
||||
needs-focus asserts(1) load 467647-1.html # bug 414178
|
||||
load 499844-1.html
|
||||
load 503709-1.xhtml
|
||||
load 513375-1.xhtml
|
||||
|
@ -1,2 +1,2 @@
|
||||
load 403965-1.xhtml
|
||||
asserts(6) load 580151-1.xhtml # Bug 439258
|
||||
asserts(6) load 403965-1.xhtml # Bug 439258, but also charged to the wrong test
|
||||
load 580151-1.xhtml
|
||||
|
@ -1,2 +1,2 @@
|
||||
needs-focus asserts(3) load 407072-1.html # bug 382210?
|
||||
needs-focus load 407072-1.html
|
||||
load 449006-1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user