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

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

Issue 328663002: Version 1.5.0-dev.4.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 6 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 | « dart/tools/dom/scripts/systemnative.py ('k') | deps/dartium.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
===================================================================
--- dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate (revision 37109)
+++ dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate (working copy)
@@ -15,7 +15,6 @@
static final bool supported = true;
$endif
-$if DART_USE_BLINK
static bool _shadowRootDeprecationReported = false;
static void _shadowRootDeprecationReport() {
if (!_shadowRootDeprecationReported) {
@@ -50,21 +49,4 @@
void set applyAuthorStyles(bool value) {
_shadowRootDeprecationReport();
}
-$else
- @deprecated
- bool get resetStyleInheritance => this._resetStyleInheritance;
-
- @deprecated
- void set resetStyleInheritance(bool value) {
- this._resetStyleInheritance = value;
- }
-
- @deprecated
- bool get applyAuthorStyles => this._applyAuthorStyles;
-
- @deprecated
- void set applyAuthorStyles(bool value) {
- this._applyAuthorStyles = value;
- }
-$endif
}
« no previous file with comments | « dart/tools/dom/scripts/systemnative.py ('k') | deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698