Chromium Code Reviews| Index: Source/core/xml/XMLHttpRequest.cpp |
| diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp |
| index 6901e194e3fef96f099f204ad74d7395176464b1..6bbe486964a9e3d06141f72dbd0cc560f830f8a6 100644 |
| --- a/Source/core/xml/XMLHttpRequest.cpp |
| +++ b/Source/core/xml/XMLHttpRequest.cpp |
| @@ -60,8 +60,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(XMLHttpRequest); |
| - |
| DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, xmlHttpRequestCounter, ("XMLHttpRequest")); |
| // Histogram enum to see when we can deprecate xhr.send(ArrayBuffer). |