Index: Source/core/xml/XMLHttpRequest.h |
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h |
index 3e15efb783dad7fbf4aca5eddb6732239a707f9c..3ffc6c29a87369aa800145ae0bd6be67a9106d5b 100644 |
--- a/Source/core/xml/XMLHttpRequest.h |
+++ b/Source/core/xml/XMLHttpRequest.h |
@@ -113,7 +113,7 @@ public: |
String getAllResponseHeaders(ExceptionState&) const; |
String getResponseHeader(const AtomicString& name, ExceptionState&) const; |
ScriptString responseText(ExceptionState&); |
- ScriptString responseJSONSource(ExceptionState&); |
+ ScriptString responseJSONSource(); |
Document* responseXML(ExceptionState&); |
Blob* responseBlob(); |
unsigned long timeout() const { return m_timeoutMilliseconds; } |