From 89e2486a48b739f8d771d69ede5a6a1b244a10fc Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 30 Jul 2012 11:37:48 +0200 Subject: Imported WebKit commit 0282df8ca7c11d8c8a66ea18543695c69f545a27 (http://svn.webkit.org/repository/webkit/trunk@124002) New snapshot with prospective Mountain Lion build fix --- Source/JavaScriptCore/runtime/JSGlobalData.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/JavaScriptCore/runtime/JSGlobalData.h') diff --git a/Source/JavaScriptCore/runtime/JSGlobalData.h b/Source/JavaScriptCore/runtime/JSGlobalData.h index 59a672f67..4604737d2 100644 --- a/Source/JavaScriptCore/runtime/JSGlobalData.h +++ b/Source/JavaScriptCore/runtime/JSGlobalData.h @@ -39,6 +39,7 @@ #include "JSValue.h" #include "LLIntData.h" #include "NumericStrings.h" +#include "PrivateName.h" #include "SmallStrings.h" #include "Strong.h" #include "Terminator.h" @@ -293,6 +294,8 @@ namespace JSC { bool canUseRegExpJIT() { return m_canUseAssembler; } #endif + PrivateName m_inheritorIDKey; + OwnPtr parserArena; OwnPtr keywords; Interpreter* interpreter; -- cgit v1.2.1