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

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

Issue 759663003: Only allow one shadowRoot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: ojan review. Created 6 years, 1 month 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 | « sky/engine/core/dom/shadow/ShadowRoot.cpp ('k') | sky/engine/core/editing/TextIterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/shadow/ShadowRoot.idl
diff --git a/sky/engine/core/dom/shadow/ShadowRoot.idl b/sky/engine/core/dom/shadow/ShadowRoot.idl
index 04f8583b271d66ae336d5d5bd061b97432a14223..d052f54948063df6318de976faa7f2b522f190b0 100644
--- a/sky/engine/core/dom/shadow/ShadowRoot.idl
+++ b/sky/engine/core/dom/shadow/ShadowRoot.idl
@@ -26,7 +26,6 @@
interface ShadowRoot : DocumentFragment {
readonly attribute Element activeElement;
- readonly attribute ShadowRoot olderShadowRoot;
[RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
Selection getSelection();
« no previous file with comments | « sky/engine/core/dom/shadow/ShadowRoot.cpp ('k') | sky/engine/core/editing/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698