Index: Source/bindings/v8/ScriptScope.cpp |
diff --git a/Source/bindings/v8/ScriptScope.cpp b/Source/bindings/v8/ScriptScope.cpp |
index 248990f0f64394fc0e2b849f8a959f7a88c98bcf..70815114caed8a6d0aa82c929af77d6e1a50b73f 100644 |
--- a/Source/bindings/v8/ScriptScope.cpp |
+++ b/Source/bindings/v8/ScriptScope.cpp |
@@ -39,7 +39,8 @@ |
namespace WebCore { |
ScriptScope::ScriptScope(ScriptState* scriptState, bool reportExceptions) |
- : m_context(scriptState->context()) |
+ : m_handleScope(scriptState->isolate()) |
+ , m_context(scriptState->context()) |
, m_scope(m_context) |
{ |
m_exceptionCatcher.SetVerbose(reportExceptions); |