Re: [heycam/webidl] Give Location an immutable prototype object (#606)

Indeed, it's only the following that throws (though not in Firefox):
```js
Location.prototype.__proto__ = { __proto__: location}
```
I guess this wasn't the correct fix after all then and I'm not really sure how to resolve the original issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/606#issuecomment-453102562

Received on Thursday, 10 January 2019 13:52:25 UTC