Index: Source/core/html/HTMLFormControlElement.cpp |
diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp |
index ec644ef93461637bcb53014b98ecaf90e53a8379..5a5090e08ad71455e690a4cf2d956449837ea126 100644 |
--- a/Source/core/html/HTMLFormControlElement.cpp |
+++ b/Source/core/html/HTMLFormControlElement.cpp |
@@ -534,7 +534,7 @@ void HTMLFormControlElement::showValidationMessage() |
bool HTMLFormControlElement::reportValidity() |
{ |
- WillBeHeapVector<RefPtrWillBeMember<HTMLFormControlElement> > unhandledInvalidControls; |
+ WillBeHeapVector<RefPtrWillBeMember<HTMLFormControlElement>> unhandledInvalidControls; |
bool isValid = checkValidity(&unhandledInvalidControls, CheckValidityDispatchInvalidEvent); |
if (isValid || unhandledInvalidControls.isEmpty()) |
return isValid; |