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

Unified Diff: Source/wtf/Uint8Array.h

Issue 134663006: Update WTF classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/wtf/Uint8Array.h
diff --git a/Source/wtf/Uint8Array.h b/Source/wtf/Uint8Array.h
index dc9755064ba53f654a6d01d90863e62a40313ac2..b9a4cba21d86ba52dd684684d822fdb2732248ad 100644
--- a/Source/wtf/Uint8Array.h
+++ b/Source/wtf/Uint8Array.h
@@ -49,7 +49,7 @@ public:
inline PassRefPtr<Uint8Array> subarray(int start) const;
inline PassRefPtr<Uint8Array> subarray(int start, int end) const;
- virtual ViewType getType() const
+ virtual ViewType getType() const OVERRIDE
{
return TypeUint8;
}

Powered by Google App Engine
This is Rietveld 408576698