| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index ed976826c89122cb697e3bdbac66e7e4ffe01141..846dd78098ce5e40b932a919e321282c85373422 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -920,8 +920,8 @@ void HTMLInputElement::setChecked(bool nowChecked, TextFieldEventBehavior eventB
|
|
|
| setNeedsValidityCheck();
|
|
|
| - // Ideally we'd do this from the render tree (matching
|
| - // RenderTextView), but it's not possible to do it at the moment
|
| + // Ideally we'd do this from the layout tree (matching
|
| + // LayoutTextView), but it's not possible to do it at the moment
|
| // because of the way the code is structured.
|
| if (layoutObject()) {
|
| if (AXObjectCache* cache = layoutObject()->document().existingAXObjectCache())
|
|
|