| Index: third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.h b/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| index d8f3c7308ebb78f3714cf8315afe26c31ced619e..79b5e6a1756cb7e70e26fe940d09095d93c3d487 100644
|
| --- a/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| +++ b/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| @@ -74,7 +74,7 @@ class CORE_EXPORT SelectorQuery {
|
| ContainerNode& rootNode,
|
| typename SelectorQueryTrait::OutputType&) const;
|
| template <typename SelectorQueryTrait>
|
| - void executeForTraverseRoot(ContainerNode* traverseRoot,
|
| + void executeForTraverseRoot(ContainerNode& traverseRoot,
|
| ContainerNode& rootNode,
|
| typename SelectorQueryTrait::OutputType&) const;
|
| template <typename SelectorQueryTrait>
|
|
|