| 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 e600d979c5bbc9e17d7d0532d19020c57b0ce666..3fefd72e6bca98e34f93987b58d7b1612e780f8c 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -2498,7 +2498,7 @@ class CssRule native "CSSRule" {
|
|
|
|
|
| @DomName('CSSStyleDeclaration')
|
| -class CssStyleDeclaration native "CSSStyleDeclaration" {
|
| +class CssStyleDeclaration native "CSSStyleDeclaration,MSStyleCSSProperties,CSS2Properties" {
|
| factory CssStyleDeclaration() => new CssStyleDeclaration.css('');
|
|
|
| factory CssStyleDeclaration.css(String css) {
|
| @@ -15627,7 +15627,7 @@ class ModElement extends _HTMLElement native "HTMLModElement" {
|
|
|
|
|
| @DomName('MouseEvent')
|
| -class MouseEvent extends UIEvent native "MouseEvent" {
|
| +class MouseEvent extends UIEvent native "MouseEvent,DragEvent" {
|
| factory MouseEvent(String type,
|
| {Window view, int detail: 0, int screenX: 0, int screenY: 0,
|
| int clientX: 0, int clientY: 0, int button: 0, bool canBubble: true,
|
| @@ -20799,7 +20799,7 @@ class TableCaptionElement extends _HTMLElement native "HTMLTableCaptionElement"
|
|
|
| @DocsEditable
|
| @DomName('HTMLTableCellElement')
|
| -class TableCellElement extends _HTMLElement native "HTMLTableCellElement" {
|
| +class TableCellElement extends _HTMLElement native "HTMLTableCellElement,HTMLTableDataCellElement,HTMLTableHeaderCellElement" {
|
|
|
| @DomName('HTMLTableCellElement.HTMLTableCellElement')
|
| @DocsEditable
|
|
|