Index: Source/core/html/HTMLFormControlElement.cpp |
diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp |
index 18eaec6257474598c04938133fcb255f0a81c4f9..29a6c6a42fc0a648e7c08183bcf4a9ab7f71fe89 100644 |
--- a/Source/core/html/HTMLFormControlElement.cpp |
+++ b/Source/core/html/HTMLFormControlElement.cpp |
@@ -200,9 +200,9 @@ static bool shouldAutofocus(HTMLFormControlElement* element) |
} |
static void focusPostAttach(Node* element) |
-{ |
- toElement(element)->focus(); |
- element->deref(); |
+{ |
+ toElement(element)->focus(); |
+ element->deref(); |
} |
void HTMLFormControlElement::attach(const AttachContext& context) |