diff --git a/dom/canvas/WebGLContext.cpp b/dom/canvas/WebGLContext.cpp index e2e05e5fd3..50d3daceaa 100644 --- a/dom/canvas/WebGLContext.cpp +++ b/dom/canvas/WebGLContext.cpp @@ -963,7 +963,7 @@ WebGLContext::SetDimensions(int32_t signedWidth, int32_t signedHeight) return NS_ERROR_FAILURE; } -#ifdef XP_WIN +#if 0//def XP_WIN if (gl->GetContextType() == gl::GLContextType::WGL && !gl::sWGLLib.HasDXInterop2()) {