[wx] Unreviewed build fixes after recent trunk changes.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@85902 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/wscript b/wscript
index c6771f0..0034ea7 100644
--- a/wscript
+++ b/wscript
@@ -145,7 +145,8 @@
if Options.options.port == "wx":
webcore_sources['wx'] = [
'Source/WebCore/bindings/cpp/WebDOMEventTarget.cpp',
- 'Source/WebCore/platform/KillRingNone.cpp',
+ 'Source/WebCore/platform/KillRingNone.cpp',
+ 'Source/WebCore/platform/text/LocalizedDateNone.cpp',
'Source/WebCore/platform/text/LocalizedNumberNone.cpp'
]