[Webkit-unassigned] [Bug 108513] [Chromium] Replace correct misspelled range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 11:29:07 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108513





--- Comment #29 from James Robinson <jamesr at chromium.org>  2013-02-11 11:31:21 PST ---
(From update of attachment 187380)
View in context: https://bugs.webkit.org/attachment.cgi?id=187380&action=review

> Source/WebKit/chromium/tests/WebFrameTest.cpp:2218
> +    WebView* webView = FrameTestHelpers::createWebViewAndLoad("data:text/html,<div id=\"data\" contentEditable></div>");

Replace this with:

m_webView = FrameTestHelpers:....

so the test harness properly cleans this view up at the end of the test

> Source/WebKit/chromium/tests/WebFrameTest.cpp:2247
> +    webkit_support::RunAllPendingMessages();

call runPendingTasks() here (it's in FrameTestHelpers and pulled into the namespace of this file by a using statement)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list