| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.h b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| index 1a7970aa3347321edbe7f1881695a3827e328808..daaa42fa8643266dccbfcb180509c9a314555bc4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| @@ -53,7 +53,6 @@ public:
|
|
|
| bool isEnumeratable() const override { return true; }
|
| bool isInteractiveContent() const override;
|
| - void appendToFormData(FormData&) override;
|
|
|
| // Implementations of constraint validation API.
|
| // Note that the object elements are always barred from constraint validation.
|
|
|