| Index: Source/bindings/v8/CustomElementConstructorBuilder.cpp
|
| diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.cpp b/Source/bindings/v8/CustomElementConstructorBuilder.cpp
|
| index 82005634991adf516395430b9cc5c8f69cabfdea..474d89e8ee40366fea19524efc3a9f5930475e41 100644
|
| --- a/Source/bindings/v8/CustomElementConstructorBuilder.cpp
|
| +++ b/Source/bindings/v8/CustomElementConstructorBuilder.cpp
|
| @@ -156,8 +156,6 @@
|
| {
|
| ASSERT(!m_prototype.IsEmpty());
|
|
|
| - RefPtr<ExecutionContext> executionContext = m_scriptState->executionContext();
|
| -
|
| v8::TryCatch exceptionCatcher;
|
| exceptionCatcher.SetVerbose(true);
|
|
|
|
|