Clear protocol handlers on exit
This commit is contained in:
parent
3481acd570
commit
627028e3a0
5 changed files with 27 additions and 2 deletions
|
@ -43,6 +43,7 @@ class Protocol : public mate::TrackableObject<Protocol> {
|
|||
|
||||
protected:
|
||||
Protocol(v8::Isolate* isolate, AtomBrowserContext* browser_context);
|
||||
~Protocol();
|
||||
|
||||
private:
|
||||
// Possible errors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue