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

Unified Diff: core/html/HTMLShadowElement.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 | « core/html/HTMLSelectElement.idl ('k') | core/html/HTMLSourceElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLShadowElement.idl
diff --git a/core/html/shadow/HTMLShadowElement.idl b/core/html/HTMLShadowElement.idl
similarity index 93%
rename from core/html/shadow/HTMLShadowElement.idl
rename to core/html/HTMLShadowElement.idl
index 44bc3570cef6ba69faa97c9863380fe965d6ba56..86532b18888d5f4ceec04c579e5c0c028694c1b5 100644
--- a/core/html/shadow/HTMLShadowElement.idl
+++ b/core/html/HTMLShadowElement.idl
@@ -29,6 +29,5 @@
*/
interface HTMLShadowElement : HTMLElement {
- attribute boolean resetStyleInheritance;
- [RuntimeEnabled=ShadowDOM] NodeList getDistributedNodes();
+ NodeList getDistributedNodes();
};
« no previous file with comments | « core/html/HTMLSelectElement.idl ('k') | core/html/HTMLSourceElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698