Chromium Code Reviews| Index: Source/core/dom/EntityReference.h |
| diff --git a/Source/core/dom/EntityReference.h b/Source/core/dom/EntityReference.h |
| index 7a6f6c36bafa8f923bd18aff34b68b376c3f5927..0333ff231afea0165b78e82f9018bfdee94b96aa 100644 |
| --- a/Source/core/dom/EntityReference.h |
| +++ b/Source/core/dom/EntityReference.h |
| @@ -26,7 +26,7 @@ |
| namespace WebCore { |
| -class EntityReference : public ContainerNode { |
| +class EntityReference FINAL : public ContainerNode { |
| public: |
| static PassRefPtr<EntityReference> create(Document*, const String& entityName); |