mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 773049 - Fix a comment typo noted by terrence over IRC, DONTBUILD to save resources. r=lumpy
This commit is contained in:
parent
bedf163a14
commit
c789b193fa
@ -216,9 +216,8 @@ class RootedBase {};
|
||||
* used for local variables, or for non-rooted values being passed to a
|
||||
* function that requires a handle, e.g. Foo(Root<T>(cx, x)).
|
||||
*
|
||||
* If you want to add additional methods to MutableHandle for a specific
|
||||
* specialization, define a MutableHandleBase<T> specialization containing
|
||||
* them.
|
||||
* If you want to add additional methods to Rooted for a specific
|
||||
* specialization, define a RootedBase<T> specialization containing them.
|
||||
*/
|
||||
template <typename T>
|
||||
class Rooted : public RootedBase<T>
|
||||
|
Loading…
Reference in New Issue
Block a user