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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 11:42:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0ac4b39ae0509c3b0e0cb79d4f486e65fc7cf21a
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 4 20:17:44 2010 +0000

    [wx] Build fix. Enclose PlatformStrategy methods in USE(PLATFORM_STRATEGIES).
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64670 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b1af845..0e10acd 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-04  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix. Enclose PlatformStrategy methods in USE(PLATFORM_STRATEGIES).
+        
+        * platform/LocalizedStrings.cpp:
+
 2010-08-04  François Sausset  <sausset at gmail.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebCore/platform/LocalizedStrings.cpp b/WebCore/platform/LocalizedStrings.cpp
index 61100e0..a69e0fb 100644
--- a/WebCore/platform/LocalizedStrings.cpp
+++ b/WebCore/platform/LocalizedStrings.cpp
@@ -33,6 +33,8 @@
 
 namespace WebCore {
 
+#if USE(PLATFORM_STRATEGIES)
+
 String inputElementAltText()
 {
     return platformStrategies()->localizationStrategy()->inputElementAltText();
@@ -562,4 +564,6 @@ String validationMessageStepMismatchText()
     return platformStrategies()->localizationStrategy()->validationMessageStepMismatchText();
 }
 
+#endif // USE(PLATFORM_STRATEGIES)
+
 } // namespace WebCore

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list