forked from mirrors/gecko-dev
Bug 1668421 - Fix a commeint in fallible.h r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D92017
This commit is contained in:
parent
c40f795f98
commit
e4588196e4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
*
|
*
|
||||||
* foo = new ((mozilla::fallible_t())) Foo();
|
* foo = new ((mozilla::fallible_t())) Foo();
|
||||||
*
|
*
|
||||||
* const mozilla::fallible_t fallible = mozilla::fallible_t();
|
* const mozilla::fallible_t f = mozilla::fallible_t();
|
||||||
* bar = new (f) Bar();
|
* bar = new (f) Bar();
|
||||||
*
|
*
|
||||||
* It is also possible to declare method overloads with fallible allocation
|
* It is also possible to declare method overloads with fallible allocation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue