| 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..7834c904f588034d76859ad622e7bf817255211b 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 SetType& hashSet() const { return m_set; }
|
|
|
| private:
|
| SetType m_set;
|
|
|