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

enrica at apple.com enrica at apple.com
Wed Dec 22 13:23:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8b0ae12072b48d2262cb3ab6a20c17a8a31513ea
Author: enrica at apple.com <enrica at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 13 21:08:00 2010 +0000

    One more attempt at fixing the Windows build.
    Not reviewed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67409 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/WebFrame.cpp b/WebKit/win/WebFrame.cpp
index 55bf59d..8653f03 100644
--- a/WebKit/win/WebFrame.cpp
+++ b/WebKit/win/WebFrame.cpp
@@ -1604,7 +1604,7 @@ bool WebFrame::canHandleRequest(const ResourceRequest& request) const
     return WebView::canHandleRequest(request);
 }
 
-bool WebFrame::canShowMIMETypeASHTML(const String& /*MIMEType*/) const
+bool WebFrame::canShowMIMETypeAsHTML(const String& /*MIMEType*/) const
 {
     notImplemented();
     return true;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list