1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/skia/patches/archive/0010-Bug-689069-ARM-Opts.patch Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +From dc1292fc8c2b9da900ebcac953120eaffd0d329e Mon Sep 17 00:00:00 2001 1.5 +From: George Wright <gwright@mozilla.com> 1.6 +Date: Wed, 23 May 2012 14:52:36 -0400 1.7 +Subject: [PATCH 10/10] Bug 755869 - [13] Re-apply bug 750733 - Use 1.8 + handles in API object hooks where possible 1.9 + r=mattwoodrow 1.10 + 1.11 +--- 1.12 + gfx/skia/src/xml/SkJS.cpp | 4 ++-- 1.13 + 1 files changed, 2 insertions(+), 2 deletions(-) 1.14 + 1.15 +diff --git a/gfx/skia/src/xml/SkJS.cpp b/gfx/skia/src/xml/SkJS.cpp 1.16 +index f2e7a83..b2717d7 100644 1.17 +--- a/gfx/skia/src/xml/SkJS.cpp 1.18 ++++ b/gfx/skia/src/xml/SkJS.cpp 1.19 +@@ -74,7 +74,7 @@ extern "C" { 1.20 + #endif 1.21 + 1.22 + static bool 1.23 +-global_enumerate(JSContext *cx, JSObject *obj) 1.24 ++global_enumerate(JSContext *cx, JSHandleObject *obj) 1.25 + { 1.26 + #ifdef LAZY_STANDARD_CLASSES 1.27 + return JS_EnumerateStandardClasses(cx, obj); 1.28 +@@ -84,7 +84,7 @@ global_enumerate(JSContext *cx, JSObject *obj) 1.29 + } 1.30 + 1.31 + static bool 1.32 +-global_resolve(JSContext *cx, JSObject *obj, jsval id, uintN flags, JSObject **objp) 1.33 ++global_resolve(JSContext *cx, JSHandleObject obj, JSHandleId id, unsigned flags, JSObject **objp) 1.34 + { 1.35 + #ifdef LAZY_STANDARD_CLASSES 1.36 + if ((flags & JSRESOLVE_ASSIGNING) == 0) { 1.37 +-- 1.38 +1.7.5.4 1.39 +