| Index: third_party/WebKit/Source/core/html/HTMLElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| index 530822e047b8e089dd60ceac7c7956d97ca8e51c..75a83361cb5a6f3e27f1f186aad569d29d8e677c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -82,7 +82,7 @@ class CORE_EXPORT HTMLElement : public Element {
|
|
|
| void accessKeyAction(bool sendMouseEvents) override;
|
|
|
| - bool ieForbidsInsertHTML() const;
|
| + bool shouldSerializeEndTag() const;
|
|
|
| virtual HTMLFormElement* formOwner() const { return nullptr; }
|
|
|
|
|