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

Unified Diff: bindings/tests/idls/TestNode.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/TestInterfaceWillBeGarbageCollected.idl ('k') | bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/TestNode.idl
diff --git a/core/css/CSSUnknownRule.idl b/bindings/tests/idls/TestNode.idl
similarity index 69%
copy from core/css/CSSUnknownRule.idl
copy to bindings/tests/idls/TestNode.idl
index c06bfed47c75e0d7191ff56a93069ba12e6078af..301f7f002f231e6c72ca1eb77d8bc8b6a5ba61da 100644
--- a/core/css/CSSUnknownRule.idl
+++ b/bindings/tests/idls/TestNode.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 Apple Computer, Inc.
+ * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
* Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
*
* This library is free software; you can redistribute it and/or
@@ -18,8 +18,11 @@
* Boston, MA 02110-1301, USA.
*/
-// Introduced in DOM Level 2:
[
-] interface CSSUnknownRule : CSSRule {
+ Constructor,
+] interface TestNode : Node {
+ // These attributes are needed to test [PutForwards] in TestObject.idl.
+ attribute DOMString href;
+ [RaisesException=Setter] attribute DOMString hrefThrows;
+ [SetterCallWith=ActiveWindow&FirstWindow] attribute DOMString hrefCallWith;
};
-
« no previous file with comments | « bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl ('k') | bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698