Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
index 564634a3c630e04e1872897d60ebbc14a5dbafe0..b2757376dda700bbd54b5b76ced3bb88cfe924f4 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
@@ -49,6 +49,7 @@ private: |
v8::HandleScope m_handleScope; |
v8::Local<v8::Context> m_context; |
v8::Context::Scope m_contextScope; |
+ v8::TryCatch m_tryCatch; |
TrackExceptionState m_exceptionState; |
}; |