| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| index aa3427831e9eb92a4cb25778f779de42b30d2be1..b2cc2c60a44b52d953fbbc9633dd58e0e53a9f3b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -203,6 +203,6 @@ inline bool isHTMLFormControlElement(const Element& element)
|
| DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLFormControlElement);
|
| DEFINE_TYPE_CASTS(HTMLFormControlElement, FormAssociatedElement, control, control->isFormControlElement(), control.isFormControlElement());
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| #endif
|
|
|