| Index: Source/bindings/core/v8/ExceptionStatePlaceholder.h
|
| diff --git a/Source/bindings/core/v8/ExceptionStatePlaceholder.h b/Source/bindings/core/v8/ExceptionStatePlaceholder.h
|
| index 3fbdc3c7dc6c98c46cf3a1666ea2ba285fcc1080..222ead754552a84de59b71f8dd3cdcaee4675c42 100644
|
| --- a/Source/bindings/core/v8/ExceptionStatePlaceholder.h
|
| +++ b/Source/bindings/core/v8/ExceptionStatePlaceholder.h
|
| @@ -45,7 +45,7 @@ typedef int ExceptionCode;
|
|
|
| class IgnorableExceptionState final : public ExceptionState {
|
| public:
|
| - IgnorableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), 0) { }
|
| + IgnorableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Local<v8::Object>(), 0) { }
|
| ExceptionState& returnThis() { return *this; }
|
| virtual void throwDOMException(const ExceptionCode&, const String& message = String()) override { }
|
| virtual void throwTypeError(const String& message = String()) override { }
|
|
|