| 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..f081556a880750aad7823694dc059a1d903c0fbd 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 descendant frames,
|
| // 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).
|
|
|