$OpenBSD$ index ef0de38..c3e13af 100644 --- content/canvas/src/CanvasUtils.h.orig Fri Feb 20 15:40:36 2015 +++ content/canvas/src/CanvasUtils.h Fri Feb 20 15:40:36 2015 @@ -47,6 +47,8 @@ void DoDrawImageSecurityCheck(dom::HTMLCanvasElement *aCanvasElement, bool forceWriteOnly, bool CORSUsed); +bool IsImageExtractionAllowed(nsIDocument *aDocument, JSContext *aCx); + // Make a double out of |v|, treating undefined values as 0.0 (for // the sake of sparse arrays). Return true iff coercion // succeeded.