| Index: tools/dom/scripts/dartmetadata.py
|
| diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py
|
| index 042ef892ee44065b275256af05a7087e324a4c08..e54caf0e1639cfc56504f3750000f74d95d0e98f 100644
|
| --- a/tools/dom/scripts/dartmetadata.py
|
| +++ b/tools/dom/scripts/dartmetadata.py
|
| @@ -258,6 +258,7 @@ _webkit_experimental_annotations = [
|
| # INTERFACE.MEMBER: annotation to be added to the member declaration
|
| _annotations = monitored.Dict('dartmetadata._annotations', {
|
| 'CSSHostRule': _shadow_dom_annotations,
|
| + 'CSSMatrix': _webkit_experimental_annotations,
|
| 'Crypto': _webkit_experimental_annotations,
|
| 'Database': _web_sql_annotations,
|
| 'DatabaseSync': _web_sql_annotations,
|
| @@ -377,7 +378,6 @@ _annotations = monitored.Dict('dartmetadata._annotations', {
|
| 'SQLTransaction': _web_sql_annotations,
|
| 'SQLTransactionSync': _web_sql_annotations,
|
| 'WebGLRenderingContext': _webgl_annotations,
|
| - 'WebKitCSSMatrix': _webkit_experimental_annotations,
|
| 'WebSocket': _all_but_ie9_annotations,
|
| 'Worker': _all_but_ie9_annotations,
|
| 'XMLHttpRequest.onloadend': _all_but_ie9_annotations,
|
|
|