WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull
<rdar://problem/8213851>
Created attachment 81396 [details] Patch
Comment on attachment 81396 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81396&action=review > Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.h:137 > + void setWillSendRequestReturnsNull(bool f) { m_willSendRequestReturnsNull = f; } Iād keep the empty line before private:
Committed r77763: <http://trac.webkit.org/changeset/77763>