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

Unified Diff: tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate

Issue 1349493003: Dartium JS Interop enabled. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
diff --git a/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate b/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
index 57a44bb2e73b05753c76f08d99b029a57a44a5df..e08cb4de435197ce97929f92bd170b83329b5078 100644
--- a/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
+++ b/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
@@ -35,7 +35,7 @@ Please remove them from your code.
}
@deprecated
- void set resetStyleInheritance(bool value) {
+ set resetStyleInheritance(bool value) {
_shadowRootDeprecationReport();
}
@@ -47,7 +47,7 @@ Please remove them from your code.
}
@deprecated
- void set applyAuthorStyles(bool value) {
+ set applyAuthorStyles(bool value) {
_shadowRootDeprecationReport();
}
}
« no previous file with comments | « tools/dom/templates/html/impl/impl_ServiceWorker.darttemplate ('k') | tools/dom/templates/html/impl/impl_Touch.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698