- reverted fix for http://bugs.webkit.org/show_bug.cgi?id=11212, later we will address the performance
impact of fixing it again.
* bridge/mac/FrameMac.mm:
(WebCore::FrameMac::clear):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17397
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-27 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Anders.
+
+ - reverted fix for http://bugs.webkit.org/show_bug.cgi?id=11212, later we will address the performance
+ impact of fixing it again.
+
+ * bridge/mac/FrameMac.mm:
+ (WebCore::FrameMac::clear):
+
2006-10-27 Maciej Stachowiak <mjs@apple.com>
Reviewed by John & Adam.
void FrameMac::clear(bool clearWindowProperties)
{
- urlsBridgeKnowsAbout.clear();
+ // FIXME: commenting the below line causes <http://bugs.webkit.org/show_bug.cgi?id=11212>, but putting it
+ // back causes a measurable performance regression which we will need to fix to restore the correct behavior
+ // urlsBridgeKnowsAbout.clear();
setMarkedTextRange(0, nil, nil);
Frame::clear();
}