[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 01:45:10 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3db8e24a50886e29f72f807400ecc9c76608376b
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