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 [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

