Chromium Code Reviews| 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). |