cache routing_id so we can look up the render_view in RunDestructor with no v8 calls

This commit is contained in:
Andy Dill 2016-08-12 07:26:13 -07:00
parent 05518ccd52
commit 067aa3dbef
2 changed files with 8 additions and 2 deletions

View file

@ -23,6 +23,7 @@ class RemoteObjectFreer : public ObjectLifeMonitor {
private:
int object_id_;
int routing_id_;
DISALLOW_COPY_AND_ASSIGN(RemoteObjectFreer);
};