| Index: Source/core/xml/XPathEvaluator.h
|
| diff --git a/Source/core/xml/XPathEvaluator.h b/Source/core/xml/XPathEvaluator.h
|
| index 6b1329acc5671543a5c09f9011449cd86d020318..e816ed48a9584acbfa0f2f8400b1bc69b51de145 100644
|
| --- a/Source/core/xml/XPathEvaluator.h
|
| +++ b/Source/core/xml/XPathEvaluator.h
|
| @@ -41,7 +41,7 @@ class XPathExpression;
|
| class XPathNSResolver;
|
| class XPathResult;
|
|
|
| -class XPathEvaluator : public RefCountedWillBeGarbageCollectedFinalized<XPathEvaluator>, public ScriptWrappable {
|
| +class XPathEvaluator FINAL : public RefCountedWillBeGarbageCollected<XPathEvaluator>, public ScriptWrappable {
|
| public:
|
| static PassRefPtrWillBeRawPtr<XPathEvaluator> create()
|
| {
|
|
|