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

Unified Diff: public/platform/WebCrypto.h

Issue 1233173002: Have ScriptPromiseResolver on the Oilpan heap always. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: keepAliveWhilePending() comment Created 5 years, 5 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: public/platform/WebCrypto.h
diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
index e0b8174297d704a25e4e3edb665c79ac8db5000b..dd6aa42d87d1d22d6f827e779e3a70d9c295983f 100644
--- a/public/platform/WebCrypto.h
+++ b/public/platform/WebCrypto.h
@@ -94,7 +94,7 @@ public:
BLINK_PLATFORM_EXPORT bool cancelled() const;
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const PassRefPtrWillBeRawPtr<CryptoResult>&);
+ BLINK_PLATFORM_EXPORT explicit WebCryptoResult(CryptoResult*);
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698