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

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

Issue 1526183004: Prevent SharedArrayBuffer views from being used in bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some tests Created 3 years, 11 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 1449a22965948267aae40afc9abd451fc64ce273..1f5240ba90f8018cc65a5c360553c37a734bc79f 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -315,6 +315,7 @@ interface TestObject {
FrozenArray<long> longFrozenArrayMethod();
void voidMethodStringFrozenArrayMethod(FrozenArray<DOMString> stringFrozenArrayArg);
void voidMethodTestInterfaceEmptyFrozenArrayMethod(FrozenArray<TestInterfaceEmpty> testInterfaceEmptyFrozenArrayArg);
+ void voidMethodSequenceUnionArrayBufferView(sequence<(ArrayBuffer or ArrayBufferView)> unionSequenceArg);
// Nullable types
long? nullableLongMethod();
DOMString? nullableStringMethod();

Powered by Google App Engine
This is Rietveld 408576698