summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-js__src__vm__SPSProfiler.cpp
blob: c0b9acfcfda4dc9a5fe2bf722700edde37c18cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-js__src__vm__SPSProfiler.cpp,v 1.1 2013/06/21 23:11:42 ryoon Exp $

Unclear fallout from our version of bug 840242, attachment v1: some architectures
fail to link if we do not add the inlines here - might be compiler/arch specific.


--- js/src/vm/SPSProfiler.cpp.orig	2013-05-11 21:19:36.000000000 +0200
+++ js/src/vm/SPSProfiler.cpp	2013-06-15 11:49:39.000000000 +0200
@@ -9,6 +9,7 @@
 
 #include "jsnum.h"
 #include "jsscript.h"
+#include "jscntxtinlines.h"
 
 #include "methodjit/MethodJIT.h"
 #include "methodjit/Compiler.h"