| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index e388a4860639f42295bbe4248854f93fe1f06bd2..c4f8f13abd0ee420aaac6226f163d8a589eef021 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -85,6 +85,7 @@ js_support_checks = {
|
| 'HTMLProgressElement': "Element.isTagSupported('progress')",
|
| 'HTMLShadowElement': "Element.isTagSupported('shadow')",
|
| 'HTMLTrackElement': "Element.isTagSupported('track')",
|
| + 'Performance': "JS('bool', '!!(window.performance)')",
|
| 'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')",
|
| }
|
|
|
|
|