Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
index d8f6862c80855a7fb87f8679ecf2fbbf694a1444..a0df2539c8ea688507f768865535f55a826f8b00 100644 |
--- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
+++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h |
@@ -223,10 +223,6 @@ private: |
// Clears variables used only while the resource is being loaded. |
void clearVariablesForLoading(); |
// Returns false iff reentry happened and a new load is started. |
- // |
- // This method may invoke V8 GC with m_loader unset. If you touch the |
- // XMLHttpRequest instance after internalAbort() call, you must hold a |
- // refcount on it to prevent it from destroyed. |
tyoshino (SeeGerritForStatus)
2016/08/18 07:44:36
ScopedEventDispatchProtect is still needed?
|
bool internalAbort(); |
// Clears variables holding response header and body data. |
void clearResponse(); |