| Index: Source/modules/crypto/Crypto.h
 | 
| diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h
 | 
| index 87eb7c2be8175480c87cd0328ad2f362422e187b..c136fdbefbe2cda29f1cfd7d648d29ea5ce6fff5 100644
 | 
| --- a/Source/modules/crypto/Crypto.h
 | 
| +++ b/Source/modules/crypto/Crypto.h
 | 
| @@ -38,7 +38,7 @@ namespace blink {
 | 
|  
 | 
|  class ExceptionState;
 | 
|  
 | 
| -class Crypto : public GarbageCollectedFinalized<Crypto>, public ScriptWrappable {
 | 
| +class Crypto FINAL : public GarbageCollected<Crypto>, public ScriptWrappable {
 | 
|  public:
 | 
|      static Crypto* create()
 | 
|      {
 | 
| 
 |