зеркало из https://github.com/mozilla/gecko-dev.git
Oops, meant to remove that incorrect comment.
This commit is contained in:
Родитель
1cde573592
Коммит
dbd3c84701
|
@ -262,7 +262,6 @@ const char* nsGetTypeName(void* ptr)
|
|||
const char vtable_sym_start[] = "__vt_";
|
||||
const int vtable_sym_start_length = sizeof(vtable_sym_start) - 1;
|
||||
#endif
|
||||
// sanity check the vtable pointer, before trying to use RTTI on the object.
|
||||
void* vt = *(void**)ptr;
|
||||
Dl_info info;
|
||||
// If dladdr fails, if we're not at the expected offset in the vtable,
|
||||
|
|
|
@ -262,7 +262,6 @@ const char* nsGetTypeName(void* ptr)
|
|||
const char vtable_sym_start[] = "__vt_";
|
||||
const int vtable_sym_start_length = sizeof(vtable_sym_start) - 1;
|
||||
#endif
|
||||
// sanity check the vtable pointer, before trying to use RTTI on the object.
|
||||
void* vt = *(void**)ptr;
|
||||
Dl_info info;
|
||||
// If dladdr fails, if we're not at the expected offset in the vtable,
|
||||
|
|
Загрузка…
Ссылка в новой задаче