| Index: Source/core/html/canvas/DataView.h
|
| diff --git a/Source/core/html/canvas/DataView.h b/Source/core/html/canvas/DataView.h
|
| index 298e0dd44464921072d1f5eca644750fb4822ba9..d497eae2f9753bc48ee56f82b6bba6efb5a2f48f 100644
|
| --- a/Source/core/html/canvas/DataView.h
|
| +++ b/Source/core/html/canvas/DataView.h
|
| @@ -71,7 +71,7 @@ public:
|
| void setFloat64(unsigned byteOffset, double value, ExceptionState& ec) { setFloat64(byteOffset, value, false, ec); }
|
| void setFloat64(unsigned byteOffset, double value, bool littleEndian, ExceptionState&);
|
|
|
| - virtual ViewType getType() const OVERRIDE
|
| + virtual ViewType type() const OVERRIDE
|
| {
|
| return TypeDataView;
|
| }
|
|
|