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

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

Issue 1327083002: Revert "Patched in Dartium JsInterop" (Closed) Base URL: git@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 e08cb4de435197ce97929f92bd170b83329b5078..57a44bb2e73b05753c76f08d99b029a57a44a5df 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
- set resetStyleInheritance(bool value) {
+ void set resetStyleInheritance(bool value) {
_shadowRootDeprecationReport();
}
@@ -47,7 +47,7 @@ Please remove them from your code.
}
@deprecated
- set applyAuthorStyles(bool value) {
+ void set applyAuthorStyles(bool value) {
_shadowRootDeprecationReport();
}
}
« no previous file with comments | « tools/dom/templates/html/impl/impl_SVGElement.darttemplate ('k') | tools/dom/templates/html/impl/impl_WheelEvent.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698