From 6b70adc33054f8aee8c54d0f460458a9df11b8a5 Mon Sep 17 00:00:00 2001 From: Russell Brenner Date: Thu, 18 Nov 2010 17:33:13 -0800 Subject: Merge WebKit at r72274: Initial merge by git. Change-Id: Ie51f0b4a16da82942bd516dce59cfb79ebbe25fb --- WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp') diff --git a/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp b/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp index d4ab7ab..d63317c 100644 --- a/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp +++ b/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp @@ -255,10 +255,6 @@ void ChromeClient::closeWindowSoon() if (isHandled) return; - - // FIXME: should we clear the frame group name here explicitly? Mac does it. - // But this gets cleared in Page's destructor anyway. - // webkit_web_view_set_group_name(m_webView, ""); } bool ChromeClient::canTakeFocus(FocusDirection) -- cgit v1.1