| Index: third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| diff --git a/third_party/WebKit/Source/core/dom/URLSearchParams.h b/third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| index 18677eec9bce1e911ba7020061764c00dcf3a355..5b3ea65766d5366f23c892f9ebb6c27c25e5352d 100644
|
| --- a/third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| +++ b/third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| @@ -46,6 +46,7 @@ public:
|
|
|
| // Internal helpers
|
| PassRefPtr<EncodedFormData> encodeFormData() const;
|
| + const Vector<std::pair<String, String>>& params() const { return m_params; }
|
|
|
| DECLARE_TRACE();
|
|
|
|
|