Chromium Code Reviews| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp | 
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp | 
| index 87c5d6516dd2acdf6ad322a64c0ed535a6193948..b1cfcda0d899874c95516ab076cb42da7ba92c4f 100644 | 
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp | 
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp | 
| @@ -391,7 +391,7 @@ DOMArrayBuffer* XMLHttpRequest::responseArrayBuffer() { | 
| // m_binaryResponseBuilder failed to allocate an ArrayBuffer. | 
| // We need to crash the renderer since there's no way defined in | 
| // the spec to tell this to the user. | 
| - CRASH(); | 
| + OOM_CRASH(); | 
| 
 
tyoshino (SeeGerritForStatus)
2016/11/28 05:29:33
This comment was correct when it was written. But
 
 | 
| } | 
| m_responseArrayBuffer = buffer; | 
| m_binaryResponseBuilder.clear(); |