Index: pdf/instance.cc |
diff --git a/pdf/instance.cc b/pdf/instance.cc |
index c796cd5588c103d8299890d5c4a7a26a4cb742c9..befba07c72b01aa00523328a1bf7b2e6e550c85a 100644 |
--- a/pdf/instance.cc |
+++ b/pdf/instance.cc |
@@ -307,6 +307,7 @@ Instance::Instance(PP_Instance instance) |
} |
Instance::~Instance() { |
+ engine_->ClientDestroyed(); |
jam
2014/07/31 22:22:32
why not just engine_.reset() here?
|
RemovePerInstanceObject(kPPPPdfInterface, this); |
} |