Loading
Bug 1520310 - Backout the patch from Bug 1498695 and cast to void*. r=bobowen
In Bug 1462100 we started casting to void* because mingw doesn't do automatic conversions like MSVC does. In Bug 1498695 I backed out that change because I (mistakenly) thought it wasn't necessary for mingw-clang when in actuality, I simply wasn't hitting the code path due to SANDBOX_EXPORTS being defined. Since we want to _not_ define SANDBOX_EXPORTS I need to put the original patch back in place. --HG-- extra : amend_source : a26eec746e7881fa88b963c8dd3c1fa900b6a8b6