Index: Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp b/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp |
index e5806519ba16c46da8068b527849363382aaabcb..f28fa19fe26395e21432fe1529d738d0c285f7fb 100644 |
--- a/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp |
+++ b/Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp |
@@ -97,7 +97,7 @@ void V8XMLHttpRequest::responseAttributeGetterCustom(v8::Local<v8::String> name, |
v8::Isolate* isolate = info.GetIsolate(); |
ExceptionState es(isolate); |
- ScriptString jsonSource = xmlHttpRequest->responseJSONSource(es); |
+ ScriptString jsonSource = xmlHttpRequest->responseJSONSource(); |
if (es.throwIfNeeded()) |
return; |