<rdar://problem/91761043>
Created attachment 457778 [details] patch for landing.
Landed in r292950: <http://trac.webkit.org/r292950>.
Comment on attachment 457778 [details] patch for landing. View in context: https://bugs.webkit.org/attachment.cgi?id=457778&action=review > Source/JavaScriptCore/runtime/JSObject.cpp:1881 > + else if (UNLIKELY(!prototype.isNull())) // Conservative hardening. > + return; should the above just be a release assert and we can remove this?