Index: chrome/browser/resources/options/spelling_confirm_overlay.html |
diff --git a/chrome/browser/resources/options/spelling_confirm_overlay.html b/chrome/browser/resources/options/spelling_confirm_overlay.html |
index fb239994f08ddb2bc44bb66e0ec9e65f5c618f74..f3019ff86b1099f367fbfe45da68e31820abd61f 100644 |
--- a/chrome/browser/resources/options/spelling_confirm_overlay.html |
+++ b/chrome/browser/resources/options/spelling_confirm_overlay.html |
@@ -1,4 +1,4 @@ |
-<div id="spelling-confirm-overlay" class="page" hidden> |
+<dialog id="spelling-confirm-overlay" class="page"> |
<div class="close-button"></div> |
<h1 i18n-content="spellingConfirmOverlay"></h1> |
<div class="content-area"> |
@@ -16,4 +16,4 @@ |
</button> |
</div> |
</div> |
-</div> |
+</dialog> |