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

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

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/dom/shadow/ShadowRoot.idl ('k') | core/editing/Selection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/shadow/ShadowRootInit.idl
diff --git a/core/dom/shadow/ShadowRootInit.idl b/core/dom/shadow/ShadowRootInit.idl
index a2a97dcd11bc960e6ab43c8963949fb8f720f41a..69321e76d2911f8635b7a07151e3d6afcedc6a6b 100644
--- a/core/dom/shadow/ShadowRootInit.idl
+++ b/core/dom/shadow/ShadowRootInit.idl
@@ -7,6 +7,6 @@
enum ShadowRootMode { "open", "closed" };
dictionary ShadowRootInit {
- ShadowRootMode mode;
+ required ShadowRootMode mode;
[RuntimeEnabled=ShadowRootDelegatesFocus] boolean delegatesFocus;
};
« no previous file with comments | « core/dom/shadow/ShadowRoot.idl ('k') | core/editing/Selection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698