Loading widget/cocoa/nsCocoaDebugUtils.mm +3 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,9 @@ nsCocoaDebugUtils::GetAddressStringInt(void* aAddress, CSTypeRef aOwner) addressName = CSSymbolGetName(symbol); CSRange range = CSSymbolGetRange(symbol); addressOffset = (unsigned long long) aAddress - range.location; } else { addressOffset = (unsigned long long) aAddress - CSSymbolOwnerGetBaseAddress(owner); } } Loading Loading
widget/cocoa/nsCocoaDebugUtils.mm +3 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,9 @@ nsCocoaDebugUtils::GetAddressStringInt(void* aAddress, CSTypeRef aOwner) addressName = CSSymbolGetName(symbol); CSRange range = CSSymbolGetRange(symbol); addressOffset = (unsigned long long) aAddress - range.location; } else { addressOffset = (unsigned long long) aAddress - CSSymbolOwnerGetBaseAddress(owner); } } Loading