diff options
Diffstat (limited to 'mail/thunderbird/files/patch-clang33')
-rw-r--r-- | mail/thunderbird/files/patch-clang33 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/thunderbird/files/patch-clang33 b/mail/thunderbird/files/patch-clang33 deleted file mode 100644 index 520639b339d1..000000000000 --- a/mail/thunderbird/files/patch-clang33 +++ /dev/null @@ -1,25 +0,0 @@ ---- mozilla/js/src/jspropertycacheinlines.h~ -+++ mozilla/js/src/jspropertycacheinlines.h -@@ -31,7 +31,7 @@ JS_ALWAYS_INLINE void - js::PropertyCache::test(JSContext *cx, jsbytecode *pc, JSObject *&obj, - JSObject *&pobj, PropertyCacheEntry *&entry, PropertyName *&name) - { -- AssertRootingUnnecessary assert(cx); -+ js::AssertRootingUnnecessary assert(cx); - - JS_ASSERT(this == &JS_PROPERTY_CACHE(cx)); - ---- mozilla/js/src/vm/ObjectImpl-inl.h~ -+++ mozilla/js/src/vm/ObjectImpl-inl.h -@@ -176,9 +176,9 @@ js::ObjectImpl::initializeSlotRange(uint - JSCompartment *comp = compartment(); - uint32_t offset = start; - for (HeapSlot *sp = fixedStart; sp < fixedEnd; sp++) -- sp->init(comp, this->asObjectPtr(), offset++, UndefinedValue()); -+ sp->init(comp, this->asObjectPtr(), offset++, js::UndefinedValue()); - for (HeapSlot *sp = slotsStart; sp < slotsEnd; sp++) -- sp->init(comp, this->asObjectPtr(), offset++, UndefinedValue()); -+ sp->init(comp, this->asObjectPtr(), offset++, js::UndefinedValue()); - } - - inline bool |