| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index f9660298840f2939eb6ca10136a28a44849579bf..9ec33517c3b59d74c261e6a30598351bbea47072 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -136,6 +136,8 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
|
|
|
| 'TransitionEvent': 'TransitionEvent,WebKitTransitionEvent',
|
|
|
| + 'WebGLLoseContext': 'WebGLLoseContext,WebGLExtensionLoseContext',
|
| +
|
| 'WebKitCSSKeyframeRule':
|
| 'CSSKeyframeRule,MozCSSKeyframeRule,WebKitCSSKeyframeRule',
|
|
|
|
|