| Index: Source/core/xml/XSLStyleSheet.h
|
| diff --git a/Source/core/xml/XSLStyleSheet.h b/Source/core/xml/XSLStyleSheet.h
|
| index 17f99842250ac519ae8ce34d4ea754e5538c5e81..2a3c9bcf53a396c941ce48c5c736ecad82993382 100644
|
| --- a/Source/core/xml/XSLStyleSheet.h
|
| +++ b/Source/core/xml/XSLStyleSheet.h
|
| @@ -36,7 +36,7 @@ namespace WebCore {
|
| class ResourceFetcher;
|
| class XSLImportRule;
|
|
|
| -class XSLStyleSheet : public StyleSheet {
|
| +class XSLStyleSheet FINAL : public StyleSheet {
|
| public:
|
| static PassRefPtr<XSLStyleSheet> create(XSLImportRule* parentImport, const String& originalURL, const KURL& finalURL)
|
| {
|
|
|