Index: content/renderer/pepper/pepper_try_catch.h |
diff --git a/content/renderer/pepper/pepper_try_catch.h b/content/renderer/pepper/pepper_try_catch.h |
index 459cb2c4c9c090071bccffd8f5f720b73a6e01ae..dba90aa780a8be427c47900f42ab5af304a4e9a3 100644 |
--- a/content/renderer/pepper/pepper_try_catch.h |
+++ b/content/renderer/pepper/pepper_try_catch.h |
@@ -83,6 +83,8 @@ class PepperTryCatchVar : public PepperTryCatch { |
// make one for them. Note that this class is always allocated on the stack. |
v8::HandleScope handle_scope_; |
+ v8::Handle<v8::Context> context_; |
+ |
v8::TryCatch try_catch_; |
PP_Var* exception_; |