cache routing_id so we can look up the render_view in RunDestructor with no v8 calls
This commit is contained in:
parent
05518ccd52
commit
067aa3dbef
2 changed files with 8 additions and 2 deletions
|
@ -23,6 +23,7 @@ class RemoteObjectFreer : public ObjectLifeMonitor {
|
|||
|
||||
private:
|
||||
int object_id_;
|
||||
int routing_id_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(RemoteObjectFreer);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue