Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
index 3a57ab59e3d4bbd1dff028a3bce9230320b818ee..1970558b7ef0bc4c2f920a7f4faee3707651ce32 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
@@ -53,8 +53,8 @@ |
DOMMatrix* scaleNonUniform(double sx, double sy = 1, double sz = 1, |
double ox = 0, double oy = 0, double oz = 0); |
- DOMFloat32Array* toFloat32Array() const; |
- DOMFloat64Array* toFloat64Array() const; |
+ PassRefPtr<DOMFloat32Array> toFloat32Array() const; |
+ PassRefPtr<DOMFloat64Array> toFloat64Array() const; |
const TransformationMatrix& matrix() const { return *m_matrix; } |