| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index fadf33ac1b5424692317dd193bba28f67e9e6e41..d068974546ca51b847689b2cbd4ab4e136573f0e 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -156,7 +156,7 @@ private:
|
| #endif
|
|
|
| virtual bool isFormControlElement() const override final { return true; }
|
| - virtual bool alwaysCreateUserAgentShadowRoot() const override { return true; }
|
| + virtual bool alwaysCreateClosedShadowRoot() const override { return true; }
|
|
|
| virtual short tabIndex() const override final;
|
|
|
|
|