| Index: Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
|
| diff --git a/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp b/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
|
| index 8a6358e0a695c491deb10caf10e4fb0ca394bd51..b5aa5c38844909c4cb44c05df08f6c3364e3b0bd 100644
|
| --- a/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
|
| +++ b/Source/bindings/core/v8/ExceptionStatePlaceholder.cpp
|
| @@ -36,7 +36,7 @@ namespace blink {
|
| #if ENABLE(ASSERT)
|
|
|
| NoExceptionStateAssertionChecker::NoExceptionStateAssertionChecker(const char* file, int line)
|
| - : ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), 0)
|
| + : ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Local<v8::Object>(), 0)
|
| , m_file(file)
|
| , m_line(line) { }
|
|
|
|
|