| Index: third_party/WebKit/Source/core/dom/ElementTraversal.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementTraversal.h b/third_party/WebKit/Source/core/dom/ElementTraversal.h
|
| index d21ae98cbde2f7e14920f6e2631f9af178a27284..b1e755bfdd3d4e74bc1a35aab8f774955ecbac8d 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementTraversal.h
|
| +++ b/third_party/WebKit/Source/core/dom/ElementTraversal.h
|
| @@ -66,7 +66,7 @@ private:
|
| // Note that these functions do not traverse into child shadow trees of any
|
| // shadow hosts they encounter. If you need to traverse the shadow DOM, you can
|
| // manually traverse the shadow trees using a second Traversal, or use
|
| -// ComposedTreeTraversal.
|
| +// FlatTreeTraversal.
|
| //
|
| // ElementTraversal is a specialized version of Traversal<Element>.
|
| template <class ElementType>
|
|
|