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

Unified Diff: third_party/WebKit/LayoutTests/crypto/random-values.js

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/LayoutTests/crypto/random-values.js
diff --git a/third_party/WebKit/LayoutTests/crypto/random-values.js b/third_party/WebKit/LayoutTests/crypto/random-values.js
index f87e1ca3caa056415879adb945545b181f9b8dc4..0fb26bd757408c49bc2591758e3a4e51cf924de2 100644
--- a/third_party/WebKit/LayoutTests/crypto/random-values.js
+++ b/third_party/WebKit/LayoutTests/crypto/random-values.js
@@ -37,8 +37,4 @@
debug(ex);
}
-if (self.SharedArrayBuffer) {
- shouldThrow("crypto.getRandomValues(new Uint8Array(new SharedArrayBuffer(100)))");
-}
-
finishJSTest();

Powered by Google App Engine
This is Rietveld 408576698