Index: webkit/build/WebCore/SConscript |
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript |
index 621898e26427b6fa842b1c6a1775814ae982097e..517f170080ec8fd55af3e4b0cf4f051a261e4a47 100644 |
--- a/webkit/build/WebCore/SConscript |
+++ b/webkit/build/WebCore/SConscript |
@@ -951,7 +951,7 @@ if env.Bit('windows'): |
env.Append(CCPCHFLAGS = ['/FIprecompiled_webkit.h']) |
input_files += [obj] |
-env.ChromeStaticLibrary('WebCore', input_files) |
+env.ChromeLibrary('WebCore', input_files) |
env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj', |
dependencies = [ |