[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

weinig at apple.com weinig at apple.com
Wed Dec 22 11:14:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f56c9df7ac2ad92afdc59d21f18595bd4a89e2e8
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 22:23:33 2010 +0000

    Fix for https://bugs.webkit.org/show_bug.cgi?id=42358
    <rdar://problem/8194512>
    Hyphenation tests crash the Web process
    
    Reviewed by Anders Carlsson.
    
    * WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
    (InitWebCoreSystemInterface): Add missing initializer.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63474 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index cc76afa..9ab3f42 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-15  Sam Weinig  <sam at webkit.org>
+
+        Reviewed by Anders Carlsson.
+
+        Fix for https://bugs.webkit.org/show_bug.cgi?id=42358
+        <rdar://problem/8194512>
+        Hyphenation tests crash the Web process
+
+        * WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
+        (InitWebCoreSystemInterface): Add missing initializer.
+
 2010-07-15  Anders Carlsson  <andersca at apple.com>
 
         Attempt to fix the Windows build.
diff --git a/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm b/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm
index ca0794e..7bacbfd 100644
--- a/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm
+++ b/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm
@@ -109,5 +109,9 @@ void InitWebCoreSystemInterface(void)
     INIT(NoteOpenPanelFiles);
 #endif
 
+#if defined(BUILDING_ON_TIGER) || defined(BUILDING_ON_LEOPARD) || defined(BUILDING_ON_SNOW_LEOPARD)
+    INIT(GetHyphenationLocationBeforeIndex);
+#endif
+
     didInit = true;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list