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

Unified Diff: bindings/tests/idls/TestInterfaceNamedConstructor2.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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 | « bindings/tests/idls/TestInterfaceNamedConstructor.idl ('k') | bindings/tests/idls/TestInterfaceNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/TestInterfaceNamedConstructor2.idl
diff --git a/modules/crypto/KeyPair.idl b/bindings/tests/idls/TestInterfaceNamedConstructor2.idl
similarity index 90%
rename from modules/crypto/KeyPair.idl
rename to bindings/tests/idls/TestInterfaceNamedConstructor2.idl
index a27de45fae4a9bd1eb5510e94f230c5b7018d470..1494ffddc21c6cfcf94dfe48a4e45253b0363910 100644
--- a/modules/crypto/KeyPair.idl
+++ b/bindings/tests/idls/TestInterfaceNamedConstructor2.idl
@@ -28,10 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// "Number of arguments" check varies if [RaisesException=Constructor] or not
[
- WillBeGarbageCollected,
- NoInterfaceObject
-] interface KeyPair {
- readonly attribute Key publicKey;
- readonly attribute Key privateKey;
+ NamedConstructor=Audio(DOMString stringArg),
+] interface TestInterfaceNamedConstructor2 {
};
« no previous file with comments | « bindings/tests/idls/TestInterfaceNamedConstructor.idl ('k') | bindings/tests/idls/TestInterfaceNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698