diff --git a/src/AngleSharp.Js/Proxies/DomPrototypeInstance.cs b/src/AngleSharp.Js/Proxies/DomPrototypeInstance.cs index df226b9..55ef966 100644 --- a/src/AngleSharp.Js/Proxies/DomPrototypeInstance.cs +++ b/src/AngleSharp.Js/Proxies/DomPrototypeInstance.cs @@ -169,8 +169,8 @@ private void SetNormalProperties(IEnumerable properties) SetMethod(name, property.GetMethod); } - // methods were set, so finish processing - return; + // methods were set, so continue with the next property + continue; } if (accessor == Accessors.Getter || accessor == Accessors.Setter || Array.Exists(names, m => m.Is("item")))