| Index: Source/bindings/core/v8/ExceptionState.cpp
|
| diff --git a/Source/bindings/core/v8/ExceptionState.cpp b/Source/bindings/core/v8/ExceptionState.cpp
|
| index 31d3777240ffed74f0553c6da041ef7be9184b8d..96ad0d8a027c1cad3bad7f7c89c03589620906c1 100644
|
| --- a/Source/bindings/core/v8/ExceptionState.cpp
|
| +++ b/Source/bindings/core/v8/ExceptionState.cpp
|
| @@ -77,7 +77,7 @@ void ExceptionState::throwSecurityError(const String& sanitizedMessage, const St
|
| setException(V8ThrowException::createDOMException(m_isolate, SecurityError, finalSanitized, finalUnsanitized, m_creationContext));
|
| }
|
|
|
| -void ExceptionState::setException(v8::Handle<v8::Value> exception)
|
| +void ExceptionState::setException(v8::Local<v8::Value> exception)
|
| {
|
| // FIXME: Assert that exception is not empty?
|
| if (exception.IsEmpty()) {
|
|
|