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

Unified Diff: Source/modules/crypto/SubtleCrypto.idl

Issue 735983002: IDL: Defer typedef resolution (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: Source/modules/crypto/SubtleCrypto.idl
diff --git a/Source/modules/crypto/SubtleCrypto.idl b/Source/modules/crypto/SubtleCrypto.idl
index 9ba18b0ddeea275e124e4ebd4414a1b5a30b5b66..8d0f61130b7896e30c72360b5230e16e2b62f765 100644
--- a/Source/modules/crypto/SubtleCrypto.idl
+++ b/Source/modules/crypto/SubtleCrypto.idl
@@ -34,7 +34,7 @@ typedef DOMString KeyFormat;
typedef DOMString KeyUsage; // from CryptoKey interface
// FIXME: use below; needs support for union types http://crbug.com/240176
-typedef (ArrayBuffer or ArrayBufferView) CryptoOperationData;
+//typedef (ArrayBuffer or ArrayBufferView) CryptoOperationData;
bashi 2014/11/19 11:06:35 Commented out so that we don't generate unused Arr
haraken 2014/11/21 02:10:58 Nit: One space after //.
bashi 2014/11/21 03:13:44 Done.
[
GarbageCollected,

Powered by Google App Engine
This is Rietveld 408576698