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

Unified Diff: modules/crypto/WorkerCrypto.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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
« no previous file with comments | « modules/crypto/WorkerContextCrypto.idl ('k') | modules/device_orientation/DeviceMotionEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/crypto/WorkerCrypto.idl
diff --git a/core/html/ime/Composition.idl b/modules/crypto/WorkerCrypto.idl
similarity index 92%
copy from core/html/ime/Composition.idl
copy to modules/crypto/WorkerCrypto.idl
index 43ead5c727fda3628536e1126aa47daf128c711d..4dd16cd8ba5e37f5d7534786f9b21cf1b9c5cc9b 100644
--- a/core/html/ime/Composition.idl
+++ b/modules/crypto/WorkerCrypto.idl
@@ -28,10 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/ime-api/
[
NoInterfaceObject
-] interface Composition {
- readonly attribute Node text;
- readonly attribute Range caret;
+] interface WorkerCrypto {
+ [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
};
« no previous file with comments | « modules/crypto/WorkerContextCrypto.idl ('k') | modules/device_orientation/DeviceMotionEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698