[webkit-reviews] review granted: [Bug 116516] REGRESSION(r150393): editing/inserting/typing-at-end-of-line.html fails : [Attachment 202470] Fixes DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 21 14:26:48 PDT 2013


Alexey Proskuryakov <ap at webkit.org> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 116516: REGRESSION(r150393): editing/inserting/typing-at-end-of-line.html
fails
https://bugs.webkit.org/show_bug.cgi?id=116516

Attachment 202470: Fixes DRT
https://bugs.webkit.org/attachment.cgi?id=202470&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=202470&action=review


> Tools/DumpRenderTree/mac/DumpRenderTree.mm:549
> -    [webView setDefersCallbacks:NO];
>      [webView setGrammarCheckingEnabled:YES];
> +
> +    [webView setDefersCallbacks:NO];

Why this change?


More information about the webkit-reviews mailing list