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

Unified Diff: third_party/WebKit/Source/modules/crypto/Crypto.h

Issue 2812833003: Revert of [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/modules/crypto/Crypto.h
diff --git a/third_party/WebKit/Source/modules/crypto/Crypto.h b/third_party/WebKit/Source/modules/crypto/Crypto.h
index 05912177bca8b66d0114b128dd472cd5f39b52d4..b60f2d11ec0b9106ca8894a83061d83dabd20c9b 100644
--- a/third_party/WebKit/Source/modules/crypto/Crypto.h
+++ b/third_party/WebKit/Source/modules/crypto/Crypto.h
@@ -44,8 +44,7 @@
public:
static Crypto* Create() { return new Crypto(); }
- NotShared<DOMArrayBufferView> getRandomValues(NotShared<DOMArrayBufferView>,
- ExceptionState&);
+ DOMArrayBufferView* getRandomValues(DOMArrayBufferView*, ExceptionState&);
SubtleCrypto* subtle();

Powered by Google App Engine
This is Rietveld 408576698