- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 30 Mar 2016 01:22:04 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 30 March 2016 08:22:35 UTC
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