Remove "go ahead and" from comments
Created attachment 250161 [details] Patch
Comment on attachment 250161 [details] Patch Commit queue: go ahead and land this patch.
Comment on attachment 250161 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250161&action=review > Source/WebCore/loader/DocumentLoader.cpp:909 > + // frame have any loads active, so and kill all the loads. so and kill? > Source/WebCore/platform/ScrollView.cpp:607 > + // If we came in here with the view already needing a layout, then do that first. I the comma useful here? > Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm:1637 > - return ObjectContentFrame; // Go ahead and hope that we can display the content. > + return ObjectContentFrame; // Just hope that we can display the content. Not convinced this one is an improvement.
https://trac.webkit.org/r182364