| Index: third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp b/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| index 4e21aad230d4fedc45cd164a06a80a28c6f2c51f..eba56ca824a2d2ecf196699b5b0548c4053e6278 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| @@ -76,7 +76,7 @@ static void setFocusForModalDialog(HTMLDialogElement* dialog)
|
| return;
|
| }
|
|
|
| - dialog->document().setFocusedElement(nullptr);
|
| + dialog->document().clearFocusedElement();
|
| }
|
|
|
| static void inertSubtreesChanged(Document& document)
|
|
|