| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 32c8ac957aa83c1e378fe1824a9af38d86428c29..dcd67e5d56ba9abb886273ce3ac3a08f3565c6ad 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -1724,7 +1724,7 @@ class Console {
|
|
|
| @DocsEditable
|
| @DomName('HTMLContentElement')
|
| -@SupportedBrowser(SupportedBrowser.CHROME, '25')
|
| +@SupportedBrowser(SupportedBrowser.CHROME, '26')
|
| @Experimental
|
| class ContentElement extends Element native "*HTMLContentElement" {
|
|
|
| @@ -1859,6 +1859,8 @@ class CssFontFaceRule extends CssRule native "*CSSFontFaceRule" {
|
|
|
| @DocsEditable
|
| @DomName('CSSHostRule')
|
| +@SupportedBrowser(SupportedBrowser.CHROME, '26')
|
| +@Experimental
|
| class CssHostRule extends CssRule native "*CSSHostRule" {
|
|
|
| @DomName('CSSHostRule.cssRules')
|
| @@ -19725,7 +19727,7 @@ class SelectElement extends Element native "*HTMLSelectElement" {
|
|
|
| @DocsEditable
|
| @DomName('HTMLShadowElement')
|
| -@SupportedBrowser(SupportedBrowser.CHROME, '25')
|
| +@SupportedBrowser(SupportedBrowser.CHROME, '26')
|
| @Experimental
|
| class ShadowElement extends Element native "*HTMLShadowElement" {
|
|
|
| @@ -19748,7 +19750,7 @@ class ShadowElement extends Element native "*HTMLShadowElement" {
|
|
|
|
|
| @DomName('ShadowRoot')
|
| -@SupportedBrowser(SupportedBrowser.CHROME, '25')
|
| +@SupportedBrowser(SupportedBrowser.CHROME, '26')
|
| @Experimental
|
| class ShadowRoot extends DocumentFragment native "*ShadowRoot" {
|
|
|
|
|