Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1194)

Unified Diff: Source/modules/crypto/Crypto.cpp

Issue 135573002: Rename getType() to type() in ArrayBufferView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missed a few Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContext.cpp ('k') | Source/wtf/ArrayBufferView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContext.cpp ('k') | Source/wtf/ArrayBufferView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698