| Index: third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| index b34865a1fcd9e67155264e884cf8d0f7c553f0ff..1f0ab6ebdb48674e6f1ff9beba316811e4f04937 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| @@ -115,6 +115,9 @@ public:
|
| setException(value);
|
| }
|
|
|
| + // Might return nullptr.
|
| + v8::Isolate* isolate() const { return m_isolate; }
|
| +
|
| #if ENABLE(ASSERT)
|
| OnStackObjectChecker& getOnStackObjectChecker() { return m_onStackObjectChecker; }
|
| #endif
|
|
|