Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/firefox/files: bug-846986.patch
Date: Tue, 28 May 2013 13:35:25
Message-Id: 20130528133518.EBD4A20081@flycatcher.gentoo.org
1 anarchy 13/05/28 13:35:18
2
3 Added: bug-846986.patch
4 Log:
5 add missing patch, bug 471568
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
8
9 Revision Changes Path
10 1.1 www-client/firefox/files/bug-846986.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/bug-846986.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/bug-846986.patch?rev=1.1&content-type=text/plain
14
15 Index: bug-846986.patch
16 ===================================================================
17 # HG changeset patch
18 # User Jeff Walden <jwalden@×××.edu>
19 # Date 1365111823 25200
20 # Node ID 489ab986ea69e1ba7746e383a267483db9d861ea
21 # Parent 04f2c0f0a220b409af15722eaec46304979f04ac
22 #include jsscriptinlines.h in SPSProfiler.cpp so that it builds in no-jit configurations. No bug, r=sparky
23
24 diff --git a/js/src/vm/SPSProfiler.cpp b/js/src/vm/SPSProfiler.cpp
25 --- a/js/src/vm/SPSProfiler.cpp
26 +++ b/js/src/vm/SPSProfiler.cpp
27 @@ -11,16 +11,18 @@
28 #include "jsscript.h"
29
30 #include "methodjit/MethodJIT.h"
31 #include "methodjit/Compiler.h"
32
33 #include "vm/SPSProfiler.h"
34 #include "vm/StringBuffer.h"
35
36 +#include "jsscriptinlines.h"
37 +
38 using namespace js;
39
40 using mozilla::DebugOnly;
41
42 SPSProfiler::SPSProfiler(JSRuntime *rt)
43 : rt(rt),
44 stack_(NULL),
45 size_(NULL),