Chromium Code Reviews| Index: third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h |
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h b/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h |
| index a344bf789b9ddf97be50b41a432d460c4dec28f2..69c550444aaddd2d43c9e80d18fafec4cddb868a 100644 |
| --- a/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h |
| +++ b/third_party/WebKit/Source/core/fetch/ResourceLoaderSet.h |
| @@ -50,6 +50,7 @@ public: |
| void cancelAll(); |
| void setAllDefersLoading(bool); |
| int size() const { return m_set.size(); } |
| + const HeapHashSet<Member<ResourceLoader>>& hashSet() const { return m_set; } |
|
esprehn
2015/10/08 05:39:11
SetType&
Nate Chapin
2015/10/08 21:26:37
Done.
|
| private: |
| SetType m_set; |