Index: Source/modules/crypto/Crypto.cpp |
diff --git a/Source/modules/crypto/Crypto.cpp b/Source/modules/crypto/Crypto.cpp |
index 4a8a7f7e2bd30c9fb9727e275806a014c6a25fd1..255a2b65f0b31136a0acf6fcf39c6d8dcec2a4ca 100644 |
--- a/Source/modules/crypto/Crypto.cpp |
+++ b/Source/modules/crypto/Crypto.cpp |
@@ -41,7 +41,7 @@ namespace { |
bool isIntegerArray(ArrayBufferView* array) |
{ |
- ArrayBufferView::ViewType type = array->getType(); |
+ ArrayBufferView::ViewType type = array->type(); |
return type == ArrayBufferView::TypeInt8 |
|| type == ArrayBufferView::TypeUint8 |
|| type == ArrayBufferView::TypeUint8Clamped |