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

Unified Diff: third_party/WebKit/Source/core/frame/Frame.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/frame/Frame.cpp
diff --git a/third_party/WebKit/Source/core/frame/Frame.cpp b/third_party/WebKit/Source/core/frame/Frame.cpp
index b5cbebbf8ee7043659c7507b44a361003e6eaaea..434936504f31496066bf219f830ef195d65c387a 100644
--- a/third_party/WebKit/Source/core/frame/Frame.cpp
+++ b/third_party/WebKit/Source/core/frame/Frame.cpp
@@ -219,7 +219,7 @@ bool Frame::canNavigate(const Frame& targetFrame)
ASSERT(securityContext()->securityOrigin());
SecurityOrigin& origin = *securityContext()->securityOrigin();
- // This is the normal case. A document can navigate its decendant frames,
+ // This is the normal case. A document can navigate its decendent frames,
Yuta Kitamura 2015/11/16 07:49:47 descendant?
// or, more generally, a document can navigate a frame if the document is
// in the same origin as any of that frame's ancestors (in the frame
// hierarchy).

Powered by Google App Engine
This is Rietveld 408576698