| Index: Source/modules/crypto/SubtleCrypto.idl
|
| diff --git a/Source/modules/crypto/Crypto.idl b/Source/modules/crypto/SubtleCrypto.idl
|
| similarity index 85%
|
| copy from Source/modules/crypto/Crypto.idl
|
| copy to Source/modules/crypto/SubtleCrypto.idl
|
| index 0cabce2f3da34e3719b2237d7092467b2086a17a..0c2a8e43c39b3c172e9230581b3711da81ae7cff 100644
|
| --- a/Source/modules/crypto/Crypto.idl
|
| +++ b/Source/modules/crypto/SubtleCrypto.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2011 Google Inc. All rights reserved.
|
| + * Copyright (C) 2013 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -10,7 +10,7 @@
|
| * 2. Redistributions in binary form must reproduce the above copyright
|
| * notice, this list of conditions and the following disclaimer in the
|
| * documentation and/or other materials provided with the distribution.
|
| - * 3. Neither the name of Googl, Inc. ("Google") nor the names of
|
| + * 3. Neither the name of Google, Inc. ("Google") nor the names of
|
| * its contributors may be used to endorse or promote products derived
|
| * from this software without specific prior written permission.
|
| *
|
| @@ -27,8 +27,8 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject
|
| -] interface Crypto {
|
| - [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
|
| + NoInterfaceObject,
|
| +] interface SubtleCrypto {
|
| + // TODO(eroman): Work in progress: http://crbug.com/245025.
|
| };
|
|
|
|
|