[webkit-dev] Unused variable shouldDumpSubframesAsText in DumpRenderTree.m

Sam Weinig sam.weinig at gmail.com
Tue Aug 21 16:10:12 PDT 2007


Good catch.  It would be really helpful if you would file a bug and post a
patch to remove it.  See http://webkit.org/coding/contributing.html for
information about how to do this.  Thanks again.
-Sam



On 8/21/07, Anyang Ren <anyang.ren at gmail.com> wrote:
>
> r24862 added an unused variable shouldDumpSubframesAsText
> to DumpRenderTree.m:
>
> Index: DumpRenderTree.m
> ===================================================================
> --- DumpRenderTree.m    (revision 24862)
> +++ DumpRenderTree.m    (revision 24863)
> @@ -91,6 +91,7 @@
>
> BOOL windowIsKey = YES;
> WebFrame *mainFrame = 0;
> +BOOL shouldDumpSubframesAsText;
> BOOL shouldDumpEditingCallbacks;
> BOOL shouldDumpResourceLoadCallbacks;
> BOOL shouldDumpFrameLoadCallbacks;ZZ
>
> --
> Anyang Ren
> Open source developer
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/webkit-dev/attachments/20070821/b583ec17/attachment.html


More information about the webkit-dev mailing list