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

Unified Diff: third_party/WebCore/dom/ShadowRoot.idl

Issue 10117028: Roll WebCore IDL to multivm@418 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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: third_party/WebCore/dom/ShadowRoot.idl
diff --git a/third_party/WebCore/dom/ShadowRoot.idl b/third_party/WebCore/dom/ShadowRoot.idl
index e9e8b1b40f2cea3ad812d1fba3cbc9d3b93c9382..5ee5663329f6a7606a46415150416ec082e700a2 100644
--- a/third_party/WebCore/dom/ShadowRoot.idl
+++ b/third_party/WebCore/dom/ShadowRoot.idl
@@ -34,6 +34,7 @@ module core {
] ShadowRoot : DocumentFragment {
readonly attribute Element host;
readonly attribute Element activeElement;
+ readonly attribute DOMSelection selection;
attribute [TreatNullAs=NullString] DOMString innerHTML
setter raises(DOMException);

Powered by Google App Engine
This is Rietveld 408576698