Index: Source/platform/CryptoResult.h |
diff --git a/Source/platform/CryptoResult.h b/Source/platform/CryptoResult.h |
index 3ccff2e211e705773d5ab873db418b2080aa680b..c4e9e1529a0abd5c6c925ca24b3e2b0abf80a1ea 100644 |
--- a/Source/platform/CryptoResult.h |
+++ b/Source/platform/CryptoResult.h |
@@ -53,6 +53,8 @@ public: |
{ |
return WebCryptoResult(this); |
} |
+ |
+ virtual void trace(Visitor*) { } |
}; |
} // namespace blink |