Index: Source/core/fileapi/Blob.h |
diff --git a/Source/core/fileapi/Blob.h b/Source/core/fileapi/Blob.h |
index 518e75e605fcdc4eb90cd136d0b116be71efb2f3..b43253250cee293c1d84a1ec8708adee91cf3a72 100644 |
--- a/Source/core/fileapi/Blob.h |
+++ b/Source/core/fileapi/Blob.h |
@@ -92,7 +92,7 @@ public: |
virtual void appendTo(BlobData&) const; |
// URLRegistrable to support PublicURLs. |
- virtual URLRegistry& registry() const OVERRIDE FINAL; |
+ virtual URLRegistry& registry() const override final; |
void trace(Visitor*) { } |