| Index: Source/core/css/CSSSVGDocumentValue.h
|
| diff --git a/Source/core/css/CSSSVGDocumentValue.h b/Source/core/css/CSSSVGDocumentValue.h
|
| index c897173735ccabc2783aa25bea9e56b128c48839..d2decc42d88d2a13321232cd9756ff2b9031af5e 100644
|
| --- a/Source/core/css/CSSSVGDocumentValue.h
|
| +++ b/Source/core/css/CSSSVGDocumentValue.h
|
| @@ -54,7 +54,7 @@ private:
|
| bool m_loadRequested;
|
| };
|
|
|
| -DEFINE_CSS_VALUE_TYPE_CASTS(SVGDocumentValue);
|
| +DEFINE_CSS_VALUE_TYPE_CASTS(CSSSVGDocumentValue, isSVGDocumentValue());
|
|
|
| } // namespace WebCore
|
|
|
|
|