[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

bweinstein at apple.com bweinstein at apple.com
Fri Feb 26 22:18:00 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit dbfbe9ae0185316177caecf64b4c89ff658b4237
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 11 21:04:19 2010 +0000

    Build fix for Windows
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54670 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/WebView.cpp b/WebKit/win/WebView.cpp
index 7dca1e3..880c75f 100644
--- a/WebKit/win/WebView.cpp
+++ b/WebKit/win/WebView.cpp
@@ -4658,7 +4658,7 @@ HRESULT WebView::notifyPreferencesChanged(IWebNotification* notification)
 #endif
 
 #if ENABLE(3D_CANVAS)
-    settings->setExperimentalWebGLEnabled(true);
+    settings->setWebGLEnabled(true);
 #endif  // ENABLE(3D_CANVAS)
 
     if (!m_closeWindowTimer.isActive())

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list