From 2bde8e466a4451c7319e3a072d118917957d6554 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 25 May 2011 19:08:45 +0100 Subject: Merge WebKit at r82507: Initial merge by git Change-Id: I60ce9d780725b58b45e54165733a8ffee23b683e --- Source/WebKit2/Platform/Module.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/WebKit2/Platform/Module.cpp') diff --git a/Source/WebKit2/Platform/Module.cpp b/Source/WebKit2/Platform/Module.cpp index 33ffbe0..a78db29 100644 --- a/Source/WebKit2/Platform/Module.cpp +++ b/Source/WebKit2/Platform/Module.cpp @@ -33,6 +33,9 @@ Module::Module(const String& path) #if PLATFORM(WIN) , m_module(0) #endif +#if PLATFORM(MAC) && !defined(__LP64__) + , m_bundleResourceMap(-1) +#endif { } -- cgit v1.1