[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:06 UTC 2010


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

    Fixing Windows build.
    Not reviewed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67405 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/WebFrame.h b/WebKit/win/WebFrame.h
index 473ce31..e09925f 100644
--- a/WebKit/win/WebFrame.h
+++ b/WebKit/win/WebFrame.h
@@ -302,6 +302,7 @@ public:
     virtual void didChangeIcons(WebCore::DocumentLoader*);
     virtual bool canHandleRequest(const WebCore::ResourceRequest&) const;
     virtual bool canShowMIMEType(const WTF::String& MIMEType) const;
+    virtual bool canShowMIMETypeAsHTML(const WTF::String& MIMEType) const;
     virtual bool representationExistsForURLScheme(const WTF::String& URLScheme) const;
     virtual WTF::String generatedMIMETypeForURLScheme(const WTF::String& URLScheme) const;
     virtual void frameLoadCompleted();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list