summaryrefslogtreecommitdiff
path: root/debian/patches/pkgsrc/patch-src_3rdparty_webkit_Source_JavaScriptCore_heap_MarkedSpace.h
blob: 7f62c8cc7af88a14be79971b4dacec16c6bce634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_3rdparty_webkit_Source_JavaScriptCore_heap_MarkedSpace.h,v 1.1 2013/05/09 14:07:08 joerg Exp $

--- a/src/3rdparty/webkit/Source/JavaScriptCore/heap/MarkedSpace.h.orig	2013-05-08 14:49:13.000000000 +0000
+++ b/src/3rdparty/webkit/Source/JavaScriptCore/heap/MarkedSpace.h
@@ -92,6 +92,7 @@ namespace JSC {
         static const size_t impreciseCount = impreciseCutoff / impreciseStep - 1;
 
         typedef HashSet<MarkedBlock*>::iterator BlockIterator;
+        typedef HashSet<MarkedBlock*>::const_iterator ConstBlockIterator;
 
         struct SizeClass {
             SizeClass();