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

timothy at apple.com timothy at apple.com
Thu Apr 8 00:12:17 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 164a5fcaf7460a8c03ee839250a78edb028568be
Author: timothy at apple.com <timothy at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 2 19:34:20 2009 +0000

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

diff --git a/WebKit/win/DOMHTMLClasses.h b/WebKit/win/DOMHTMLClasses.h
index 18fa8fa..0f99787 100644
--- a/WebKit/win/DOMHTMLClasses.h
+++ b/WebKit/win/DOMHTMLClasses.h
@@ -2023,6 +2023,9 @@ public:
     // IFormPromptAdditions
     virtual HRESULT STDMETHODCALLTYPE isUserEdited( 
         /* [retval][out] */ BOOL *result);
+
+    virtual HRESULT STDMETHODCALLTYPE setValueForUser(
+        /* [in] */ BSTR value);
 };
 
 class DOMHTMLTextAreaElement : public DOMHTMLElement, public IDOMHTMLTextAreaElement, public IFormPromptAdditions

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list