Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: third_party/WebKit/Source/core/html/HTMLDialogElement.cpp

Issue 2818103002: fix url comment on HTMLDialogElement.cpp (Closed)
Patch Set: fix url comment on HTMLDialogElement.cpp Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bb332afda8f0f0fcd91aa2f46fb159b37b3d4f03..f5af85eb93c424bada4d34ff2055adb825e80561 100644
--- a/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
@@ -47,7 +47,7 @@ static void SetFocusForDialog(HTMLDialogElement* dialog) {
// TODO(kochi): How to find focusable element inside Shadow DOM is not
// currently specified. This may change at any time.
- // See crbug/383230 and https://github.com/whatwg/html/issue/2393 .
+ // See crbug/383230 and https://github.com/whatwg/html/issues/2393 .
for (Node* node = FlatTreeTraversal::FirstChild(*dialog); node; node = next) {
next = isHTMLDialogElement(*node)
? FlatTreeTraversal::NextSkippingChildren(*node, dialog)
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698