From e14391e94c850b8bd03680c23b38978db68687a8 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 4 Nov 2010 12:00:17 -0700 Subject: Merge Webkit at r70949: Initial merge by git. Change-Id: I77b8645c083b5d0da8dba73ed01d4014aab9848e --- WebKitTools/DumpRenderTree/win/EditingDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebKitTools/DumpRenderTree/win/EditingDelegate.h') diff --git a/WebKitTools/DumpRenderTree/win/EditingDelegate.h b/WebKitTools/DumpRenderTree/win/EditingDelegate.h index 6dba675..7b7f418 100644 --- a/WebKitTools/DumpRenderTree/win/EditingDelegate.h +++ b/WebKitTools/DumpRenderTree/win/EditingDelegate.h @@ -127,7 +127,7 @@ public: /* [in] */ LPCTSTR text, /* [in] */ int length, /* [out] */ int *misspellingLocation, - /* [out] */ int *misspellingLength) { return E_NOTIMPL; } + /* [out] */ int *misspellingLength); virtual HRESULT STDMETHODCALLTYPE checkGrammarOfString( /* [in] */ IWebView *view, -- cgit v1.1