From 007fa9fcfe838c0a192bdd091ca973bad4ff53a4 Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Tue, 16 Feb 2016 00:22:22 +0900 Subject: [PATCH] Backed out changeset 7f884ed3994b (bug 1245112) --- js/src/jit/MacroAssembler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jit/MacroAssembler.h b/js/src/jit/MacroAssembler.h index 2f5ebfb817f..b9b24099df4 100644 --- a/js/src/jit/MacroAssembler.h +++ b/js/src/jit/MacroAssembler.h @@ -890,7 +890,7 @@ class MacroAssembler : public MacroAssemblerSpecific // might actually be that type. void branchEqualTypeIfNeeded(MIRType type, MDefinition* maybeDef, Register tag, Label* label); - template + template inline void branchKey(Condition cond, const T& length, const Int32Key& key, Label* label); inline void branchTestNeedsIncrementalBarrier(Condition cond, Label* label);