| Index: Source/core/css/CSSMatrix.h
|
| diff --git a/Source/core/css/CSSMatrix.h b/Source/core/css/CSSMatrix.h
|
| index f07a53d7eba5dabe810ca49655be53ff4fa9eb2a..956ef58702ad97277b767213d5981e285154d695 100644
|
| --- a/Source/core/css/CSSMatrix.h
|
| +++ b/Source/core/css/CSSMatrix.h
|
| @@ -35,7 +35,7 @@ namespace WebCore {
|
|
|
| class ExceptionState;
|
|
|
| -class CSSMatrix FINAL : public RefCountedWillBeGarbageCollectedFinalized<CSSMatrix>, public ScriptWrappable {
|
| +class CSSMatrix FINAL : public RefCountedWillBeGarbageCollected<CSSMatrix>, public ScriptWrappable {
|
| public:
|
| static PassRefPtrWillBeRawPtr<CSSMatrix> create(const TransformationMatrix& m)
|
| {
|
|
|