summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/wtf/ArrayBufferView.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/wtf/ArrayBufferView.h')
-rw-r--r--chromium/third_party/WebKit/Source/wtf/ArrayBufferView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/wtf/ArrayBufferView.h b/chromium/third_party/WebKit/Source/wtf/ArrayBufferView.h
index 677d6b91bb5..2b6ca9838a8 100644
--- a/chromium/third_party/WebKit/Source/wtf/ArrayBufferView.h
+++ b/chromium/third_party/WebKit/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