Fix crasher bug 202439 by properly refcounting the transferable hook list. r=brade, sr=bz/me.
This commit is contained in:
@@ -362,7 +362,7 @@ protected:
|
||||
nsDocShellEditorData* mEditorData; // editor data, if any
|
||||
|
||||
// Transferable hooks/callbacks
|
||||
nsTransferableHookData* mTransferableHookData;
|
||||
nsCOMPtr<nsIClipboardDragDropHookList> mTransferableHookData;
|
||||
|
||||
// WEAK REFERENCES BELOW HERE.
|
||||
// Note these are intentionally not addrefd. Doing so will create a cycle.
|
||||
|
||||
Reference in New Issue
Block a user