Allen Wirfs-Brock (2013-10-15T21:30:50.000Z)
domenic at domenicdenicola.com (2013-10-21T19:30:01.275Z)
This case is exactly the same as O6. Perhaps I should have written O6 as: ```js o6[ ("__proto__") ] = p; //o6 inherits from p ``` to make that clearer.