Index: Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
index b7262ace2de9bb67735d9c5f2a499cac6d17bf38..60e0e59dcfe1d2f99d8bdbfe1f95eaa8b451d213 100644 |
--- a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
@@ -228,7 +228,7 @@ static void cachedValueCallWithAttributeSetter(v8::Local<v8::String> name, v8::L |
ScriptState& state = *currentState; |
imp->setCachedValueCallWith(&state, WTF::getPtr(v)); |
if (state.hadException()) |
- throwError(state.exception()); |
+ throwError(state.exception(), info.GetIsolate()); |
info.Holder()->DeleteHiddenValue(v8::String::NewSymbol("cachedValueCallWith")); // Invalidate the cached value. |
return; |
} |