Index: Source/bindings/v8/ExceptionState.h |
diff --git a/Source/bindings/v8/ExceptionState.h b/Source/bindings/v8/ExceptionState.h |
index abe2aa9c417837a55794cf5a6cb635e90615080e..0642a0aa6fff8b8a48233811a048a4217cf1fc0a 100644 |
--- a/Source/bindings/v8/ExceptionState.h |
+++ b/Source/bindings/v8/ExceptionState.h |
@@ -65,7 +65,7 @@ public: |
throwDOMException(m_code); |
} |
- V8ThrowException::throwError(m_exception.newLocal(m_isolate)); |
+ V8ThrowException::throwError(m_exception.newLocal(m_isolate), m_isolate); |
return true; |
} |