mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 04:16:16 +00:00
Fix tooltip crash (regression from bug 376802) b=377473 r+sr=jst
This commit is contained in:
parent
045ddc70c2
commit
a52b792c75
@ -486,7 +486,7 @@ nsXULTooltipListener::LaunchTooltip(nsIContent* aTarget, PRInt32 aX, PRInt32 aY)
|
||||
PRInt32 x = aX;
|
||||
PRInt32 y = aY;
|
||||
#ifdef MOZ_XUL
|
||||
if (mNeedTitletip) {
|
||||
if (mIsSourceTree && mNeedTitletip) {
|
||||
nsCOMPtr<nsITreeBoxObject> obx;
|
||||
GetSourceTreeBoxObject(getter_AddRefs(obx));
|
||||
#ifdef DEBUG_crap
|
||||
|
Loading…
Reference in New Issue
Block a user