Index: Source/modules/crypto/SubtleCrypto.h |
diff --git a/Source/modules/crypto/SubtleCrypto.h b/Source/modules/crypto/SubtleCrypto.h |
index f176079bd6b6b248f2999be627bf203c91ad89c7..d624a699afd5a737d875af278caa18ee1b73bcf4 100644 |
--- a/Source/modules/crypto/SubtleCrypto.h |
+++ b/Source/modules/crypto/SubtleCrypto.h |
@@ -43,6 +43,7 @@ class CryptoKey; |
class Dictionary; |
class SubtleCrypto FINAL : public GarbageCollected<SubtleCrypto>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static SubtleCrypto* create() |
{ |
@@ -72,4 +73,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SubtleCrypto_h |