summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Platform/Module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Platform/Module.cpp')
-rw-r--r--Source/WebKit2/Platform/Module.cpp3
1 files changed, 3 insertions, 0 deletions
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
{
}