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

Unified Diff: Source/wtf/Int8Array.h

Issue 1218293019: Fix virtual/override/final usage in Source/wtf/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/wtf/Int32Array.h ('k') | Source/wtf/TypedArrayBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Int8Array.h
diff --git a/Source/wtf/Int8Array.h b/Source/wtf/Int8Array.h
index 1b78372e51dab53419c20210b0b7e3c10d661b61..ac50020677db393cad82d8c2ad590b512259de4f 100644
--- a/Source/wtf/Int8Array.h
+++ b/Source/wtf/Int8Array.h
@@ -42,7 +42,7 @@ public:
using TypedArrayBase<signed char>::set;
using IntegralTypedArrayBase<signed char>::set;
- virtual ViewType type() const override
+ ViewType type() const override
{
return TypeInt8;
}
« no previous file with comments | « Source/wtf/Int32Array.h ('k') | Source/wtf/TypedArrayBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698