зеркало из https://github.com/mozilla/pjs.git
Bug 710805 - Assert validity in xpc_qsBasicString; r=jst
This commit is contained in:
Родитель
1a91dd5e26
Коммит
9078f7f80a
|
@ -265,11 +265,13 @@ public:
|
|||
|
||||
implementation_type *Ptr()
|
||||
{
|
||||
MOZ_ASSERT(mValid);
|
||||
return reinterpret_cast<implementation_type *>(mBuf);
|
||||
}
|
||||
|
||||
operator interface_type &()
|
||||
{
|
||||
MOZ_ASSERT(mValid);
|
||||
return *Ptr();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче