| Index: third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp b/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| index d469d7e8e647b36b6d7ca14b655bf5f7357579dc..ce6038ea8569155ddadb59a111768420d18239fa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| @@ -52,7 +52,8 @@ HTMLLabelElement* HTMLLabelElement::create(Document& document) {
|
| LabelableElement* HTMLLabelElement::control() const {
|
| const AtomicString& controlId = getAttribute(forAttr);
|
| if (controlId.isNull()) {
|
| - // Search the children and descendants of the label element for a form element.
|
| + // Search the children and descendants of the label element for a form
|
| + // element.
|
| // per http://dev.w3.org/html5/spec/Overview.html#the-label-element
|
| // the form element must be "labelable form-associated element".
|
| for (LabelableElement& element :
|
|
|