Chromium Code Reviews| Index: Source/core/xml/XMLHttpRequest.cpp |
| diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp |
| index 4b041d4ec7e998a3f5e89b9c8366a8f3dc2c5a54..f511a0948cd344d635588491d662c735c9720b76 100644 |
| --- a/Source/core/xml/XMLHttpRequest.cpp |
| +++ b/Source/core/xml/XMLHttpRequest.cpp |
| @@ -799,10 +799,7 @@ void XMLHttpRequest::createRequest(ExceptionState& es) |
| setPendingActivity(this); |
| } |
| } else { |
| - request.setPriority(ResourceLoadPriorityVeryHigh); |
|
Nate Chapin
2013/09/12 23:28:46
This is now set for all sync requests in ResourceF
|
| - InspectorInstrumentation::willLoadXHRSynchronously(scriptExecutionContext()); |
| ThreadableLoader::loadResourceSynchronously(scriptExecutionContext(), request, *this, options); |
| - InspectorInstrumentation::didLoadXHRSynchronously(scriptExecutionContext()); |
| } |
| if (!m_exceptionCode && m_error) |