| Index: third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathExpressionNode.h b/third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| index ff3cc34f5d54432e3da2ea715732eefc8001e478..b963bf44feb8f1e74d70b4bd56b817be7795d5e6 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| +++ b/third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| @@ -42,7 +42,7 @@ struct EvaluationContext {
|
| public:
|
| explicit EvaluationContext(Node&);
|
|
|
| - RefPtrWillBeMember<Node> node;
|
| + Member<Node> node;
|
| unsigned long size;
|
| unsigned long position;
|
| HashMap<String, String> variableBindings;
|
|
|