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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl

Issue 2707243006: [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)
Patch Set: add some layout tests 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/bindings/tests/idls/core/TestObject.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
index 4e24d28c2a4e6b69bfd850f19e0a9b767816aafd..680030ef192b10f1e6cac295a08293ddf585f091 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -284,6 +284,7 @@ interface TestObject {
// Typed arrays
ArrayBuffer arrayBufferMethod();
ArrayBufferView arrayBufferViewMethod();
+ [RaisesException] ArrayBufferView arrayBufferViewMethodRaisesException();
Float32Array float32ArrayMethod();
Int32Array int32ArrayMethod();
Uint8Array uint8ArrayMethod();

Powered by Google App Engine
This is Rietveld 408576698