Index: third_party/WebKit/Source/web/AssociatedURLLoader.h |
diff --git a/third_party/WebKit/Source/web/AssociatedURLLoader.h b/third_party/WebKit/Source/web/AssociatedURLLoader.h |
index 499cb81d6d1ba6bbaab6af362b049d80db1a4960..234b8b6eadb946e1f9df0eb0eb7527a2771178e3 100644 |
--- a/third_party/WebKit/Source/web/AssociatedURLLoader.h |
+++ b/third_party/WebKit/Source/web/AssociatedURLLoader.h |
@@ -71,6 +71,13 @@ private: |
void cancelLoader(); |
void disposeObserver(); |
+ WebURLLoaderClient* releaseClient() |
+ { |
+ WebURLLoaderClient* client = m_client; |
+ m_client = nullptr; |
+ return client; |
+ } |
+ |
WebURLLoaderClient* m_client; |
WebURLLoaderOptions m_options; |