(1) Pass Isolate around to V8Utilities::extractTransferables(). (2) Replace throwError(ExceptionCode&) in V8Utilities::extractTransferables() with setDOMException(ExceptionCode&, Isolate*), which completely removes V8Proxy::throwError(ExceptionCode&) from the code base. (3) Remove V8Proxy::throwError(ExceptionCode&).
Created attachment 157440 [details] Patch
Comment on attachment 157440 [details] Patch Clearing flags on attachment: 157440 Committed r125217: <http://trac.webkit.org/changeset/125217>
All reviewed patches have been landed. Closing bug.