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