Currently, if the property doesn't exist, v8::Object::Get() returns an empty handle and we fail an ASSERT when we try to convert that handle to an NPVariant, so we should exit early before trying to convert.
Created attachment 49818 [details] patch
Comment on attachment 49818 [details] patch ok.
This was landed in <http://trac.webkit.org/changeset/55417>.