Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1210)

Unified Diff: core/dom/shadow/ShadowRoot.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/dom/shadow/ShadowRoot.idl
diff --git a/core/dom/ShadowRoot.idl b/core/dom/shadow/ShadowRoot.idl
similarity index 95%
rename from core/dom/ShadowRoot.idl
rename to core/dom/shadow/ShadowRoot.idl
index 8d9554890b7cfab702ef569d1accf6d589e49c37..39488dff4e8bc75e7db00825b4b3452e95ca8fcd 100644
--- a/core/dom/ShadowRoot.idl
+++ b/core/dom/shadow/ShadowRoot.idl
@@ -24,7 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface ShadowRoot : DocumentFragment {
+[
+ NoInterfaceObject
+] interface ShadowRoot : DocumentFragment {
readonly attribute Element activeElement;
attribute boolean applyAuthorStyles;
attribute boolean resetStyleInheritance;
@@ -32,7 +34,7 @@ interface ShadowRoot : DocumentFragment {
[TreatNullAs=NullString, DeliverCustomElementCallbacks, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
[RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
- DOMSelection getSelection();
+ Selection getSelection();
Element getElementById([Default=Undefined] optional DOMString elementId);
NodeList getElementsByClassName([Default=Undefined] optional DOMString className);
NodeList getElementsByTagName([Default=Undefined] optional DOMString tagName);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b