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

Unified Diff: bindings/tests/idls/TestInterfaceEventTarget.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
Index: bindings/tests/idls/TestInterfaceEventTarget.idl
diff --git a/modules/crypto/Algorithm.idl b/bindings/tests/idls/TestInterfaceEventTarget.idl
similarity index 93%
rename from modules/crypto/Algorithm.idl
rename to bindings/tests/idls/TestInterfaceEventTarget.idl
index a1373bde07516fd21f8e1a7f5cf2b58c888cbc5a..742c6d7f62acc3dc6ba8b7a4dba1127ab4c14b1f 100644
--- a/modules/crypto/Algorithm.idl
+++ b/bindings/tests/idls/TestInterfaceEventTarget.idl
@@ -29,8 +29,7 @@
*/
[
- WillBeGarbageCollected,
- NoInterfaceObject
-] interface Algorithm {
- readonly attribute DOMString name;
+ NamedConstructor=Name(),
+ ConstructorCallWith=Document,
+] interface TestInterfaceEventTarget : EventTarget {
};
« no previous file with comments | « bindings/tests/idls/TestInterfaceEventConstructor.idl ('k') | bindings/tests/idls/TestInterfaceGarbageCollected.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698