mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 646875 - Remove unused mTooltipNode; r=enndeakin
This commit is contained in:
parent
637a5d4275
commit
4a2e725c92
@ -323,19 +323,6 @@ protected:
|
||||
|
||||
PRUint32 mPendingSheets;
|
||||
|
||||
/*
|
||||
* XXX dr
|
||||
* ------
|
||||
* We used to have two pointers into the content model: mPopupNode and
|
||||
* mTooltipNode, which were used to retrieve the objects triggering a
|
||||
* popup or tooltip. You need that access because your reference has
|
||||
* disappeared by the time you click on a popup item or do whatever
|
||||
* with a tooltip. These were owning references (no cycles, as pinkerton
|
||||
* pointed out, since we're still parent-child).
|
||||
*/
|
||||
|
||||
nsCOMPtr<nsIDOMNode> mTooltipNode; // [OWNER] element triggering the tooltip
|
||||
|
||||
/**
|
||||
* document lightweight theme for use with :-moz-lwtheme, :-moz-lwtheme-brighttext
|
||||
* and :-moz-lwtheme-darktext
|
||||
|
Loading…
Reference in New Issue
Block a user