зеркало из https://github.com/mozilla/gecko-dev.git
Check type compatibility when coercing RootedVar to Handle, bug 745361. r=luke
This commit is contained in:
Родитель
ceaaa7980d
Коммит
47284176c7
|
@ -334,6 +334,7 @@ template <typename T> template <typename S>
|
|||
inline
|
||||
Handle<T>::Handle(const RootedVar<S> &root)
|
||||
{
|
||||
testAssign<S>();
|
||||
ptr = reinterpret_cast<const T *>(root.address());
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче