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

Unified Diff: Source/wtf/ArrayBufferView.h

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/modules/crypto/Crypto.cpp ('k') | Source/wtf/ArrayBufferView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ArrayBufferView.h
diff --git a/Source/wtf/ArrayBufferView.h b/Source/wtf/ArrayBufferView.h
index 677d6b91bb5c5313e21f71d69095a153f1983e04..2b6ca9838a8fd4d8cd76505bff012aaf5bf14c29 100644
--- a/Source/wtf/ArrayBufferView.h
+++ b/Source/wtf/ArrayBufferView.h
@@ -51,7 +51,7 @@ class WTF_EXPORT ArrayBufferView : public RefCounted<ArrayBufferView> {
TypeFloat64,
TypeDataView
};
- virtual ViewType getType() const = 0;
+ virtual ViewType type() const = 0;
const char* typeName();
PassRefPtr<ArrayBuffer> buffer() const
« no previous file with comments | « Source/modules/crypto/Crypto.cpp ('k') | Source/wtf/ArrayBufferView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698