| Index: Source/core/html/DOMFormData.h
|
| diff --git a/Source/core/html/DOMFormData.h b/Source/core/html/DOMFormData.h
|
| index ff3d2aa18ccc09f2ae7782ecae5d58e37981f993..6b4b7573e731624dfa6be72c70f04bca7b042aed 100644
|
| --- a/Source/core/html/DOMFormData.h
|
| +++ b/Source/core/html/DOMFormData.h
|
| @@ -80,6 +80,7 @@ public:
|
| private:
|
| explicit DOMFormData(const WTF::TextEncoding&);
|
| explicit DOMFormData(HTMLFormElement*);
|
| + void setEntry(const Item&);
|
|
|
| IterationSource* startIteration(ScriptState*, ExceptionState&) override;
|
| bool m_opaque;
|
|
|