Make Session trackable
This commit is contained in:
parent
1023b67d59
commit
0ebd4d04ad
7 changed files with 27 additions and 16 deletions
|
@ -45,6 +45,7 @@ class TrackableObject : public mate::EventEmitter {
|
|||
static atom::IDWeakMap weak_map_;
|
||||
|
||||
int32_t weak_map_id_;
|
||||
base::SupportsUserData* wrapped_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(TrackableObject);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue