| 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 ebd4dfc257795e23cadc87c0493f9fcb49f74aab..efb44777224d2d6d5b121432354905720a924dad 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| @@ -97,19 +97,6 @@ class CORE_EXPORT ExceptionState {
|
| #endif // ENABLE(ASSERT)
|
| }
|
|
|
| - ExceptionState(ContextType context,
|
| - const char* propertyName,
|
| - const char* interfaceName,
|
| - const v8::Local<v8::Object>& creationContext,
|
| - v8::Isolate* isolate) // DEPRECATED
|
| - : ExceptionState(isolate, context, interfaceName, propertyName) {}
|
| -
|
| - ExceptionState(ContextType context,
|
| - const char* interfaceName,
|
| - const v8::Local<v8::Object>& creationContext,
|
| - v8::Isolate* isolate) // DEPRECATED
|
| - : ExceptionState(isolate, context, interfaceName) {}
|
| -
|
| ~ExceptionState() {
|
| if (!m_exception.isEmpty()) {
|
| V8ThrowException::throwException(m_isolate,
|
|
|