In Dictionary::get(), wrapper->FindInstanceInPrototypeChain(V8XXX::GetTemplate()) is unnecessary for DOM wrappers other than DOMWindow. For wrappers other than DOMWindow, we can simply use V8XXX::HasInstance(wrapper). I'll clean up the code more by using template in a follow-up patch.
Created attachment 185713 [details] Patch
Comment on attachment 185713 [details] Patch Clearing flags on attachment: 185713 Committed r141509: <http://trac.webkit.org/changeset/141509>
All reviewed patches have been landed. Closing bug.