| Index: Source/core/xml/DocumentXPathEvaluator.h
|
| diff --git a/Source/core/xml/DocumentXPathEvaluator.h b/Source/core/xml/DocumentXPathEvaluator.h
|
| index 769a44930a251382c5de37dbbdd30059fc9b19c4..04a39f93dbb0f1bb8cf066212969d3e74bb75b1c 100644
|
| --- a/Source/core/xml/DocumentXPathEvaluator.h
|
| +++ b/Source/core/xml/DocumentXPathEvaluator.h
|
| @@ -36,7 +36,7 @@ class ExceptionState;
|
| class XPathExpression;
|
| class XPathResult;
|
|
|
| -class DocumentXPathEvaluator : public DocumentSupplement {
|
| +class DocumentXPathEvaluator FINAL : public DocumentSupplement {
|
| public:
|
| virtual ~DocumentXPathEvaluator();
|
|
|
|
|