| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index 5bbf157bfafae7c9adc89765807f4d4612e28b08..fac81fbc1852a5c8cbc8e75cac690cb2a1e9371c 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -88,7 +88,7 @@ private:
|
| virtual void accessKeyAction(bool) override;
|
| virtual void childrenChanged(const ChildrenChange&) override;
|
|
|
| - // <option> never has a renderer so we manually manage a cached style.
|
| + // <option> never has a layoutObject so we manually manage a cached style.
|
| void updateNonComputedStyle();
|
| virtual ComputedStyle* nonLayoutObjectComputedStyle() const override;
|
| virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
|
|
|