summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.mk
diff options
context:
space:
mode:
authorFeng Qian <fqian@google.com>2009-04-24 17:10:18 -0700
committerFeng Qian <fqian@google.com>2009-04-24 17:10:18 -0700
commit1d46464ff4a2f0c744bdf3e04966bc3e692f3017 (patch)
tree8e24e9d6bd858060f6ea8fa646fadf202281081e /WebCore/Android.mk
parent109a58c31072b14f5b2c0493ed6c5a1855f82fd7 (diff)
downloadexternal_webkit-1d46464ff4a2f0c744bdf3e04966bc3e692f3017.zip
external_webkit-1d46464ff4a2f0c744bdf3e04966bc3e692f3017.tar.gz
external_webkit-1d46464ff4a2f0c744bdf3e04966bc3e692f3017.tar.bz2
Fix the threading issue.
Make a new thread initialization V8::initializeThreading similar to JSC::initializeThreading.
Diffstat (limited to 'WebCore/Android.mk')
-rw-r--r--WebCore/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index 356aa1d..e1cba75 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -648,8 +648,8 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
plugins/npapi.cpp \
\
plugins/android/PluginDataAndroid.cpp \
- plugins/android/PluginPackageAndroid.cpp \
- plugins/android/PluginViewAndroid.cpp \
+ plugins/android/PluginPackageAndroid.cpp \
+ plugins/android/PluginViewAndroid.cpp \
\
rendering/AutoTableLayout.cpp \
rendering/CounterNode.cpp \