Re: [w3c/webcomponents] define() could use [[GetPrototypeOf]]? (#473)

You mean in step 11: "Let prototype be Get(constructor, "prototype"). Rethrow any exceptions."?

What we need to get here is `CustomElement.prototype`, not `CustomElement.__proto__` which is what `[[GetPrototypeOf]]` returns.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/473#issuecomment-203317092

Received on Wednesday, 30 March 2016 08:22:35 UTC