Try to fix Wx build after r39427

        * platform/graphics/wx/PathWx.cpp:
        (WebCore::Path::strokeBoundingRect): Added stub.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39560 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e24bb43..25fa219 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-02  David Kilzer  <ddkilzer@apple.com>
+
+        Try to fix Wx build after r39427
+
+        * platform/graphics/wx/PathWx.cpp:
+        (WebCore::Path::strokeBoundingRect): Added stub.
+
 2009-01-02  Alexey Proskuryakov  <ap@webkit.org>
 
         Reviewed by Adele Peterson.