[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
timothy at apple.com
timothy at apple.com
Tue Jan 5 23:41:06 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit aac9bec362954860a581954749240fcfaa1ee0ef
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