avoid mangling of MutationObserver properties (#3477)

This commit is contained in:
David xu
2019-10-15 16:16:43 +08:00
committed by Alex Lam S.L
parent f86f615d83
commit 009dcdae01

View File

@@ -2702,8 +2702,10 @@
"attrChange", "attrChange",
"attrName", "attrName",
"attributeChangedCallback", "attributeChangedCallback",
"attributeFilter",
"attributeName", "attributeName",
"attributeNamespace", "attributeNamespace",
"attributeOldValue",
"attributeStyleMap", "attributeStyleMap",
"attributes", "attributes",
"audioTracks", "audioTracks",
@@ -3025,6 +3027,8 @@
"charCode", "charCode",
"charCodeAt", "charCodeAt",
"charIndex", "charIndex",
"characterData",
"characterDataOldValue",
"characterSet", "characterSet",
"charging", "charging",
"chargingTime", "chargingTime",
@@ -3036,6 +3040,7 @@
"checkValidity", "checkValidity",
"checked", "checked",
"childElementCount", "childElementCount",
"childList",
"childNodes", "childNodes",
"children", "children",
"chrome", "chrome",
@@ -6150,6 +6155,7 @@
"substring", "substring",
"substringData", "substringData",
"subtle", "subtle",
"subtree",
"suffix", "suffix",
"suffixes", "suffixes",
"summary", "summary",