[Webkit-unassigned] [Bug 47233] REGRESSION: Indenting pre duplicates content
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 7 17:26:53 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=47233
--- Comment #11 from Tony Chang <tony at chromium.org> 2010-10-07 17:26:53 PST ---
(From update of attachment 70163)
View in context: https://bugs.webkit.org/attachment.cgi?id=70163&action=review
> WebCore/editing/ApplyBlockElementCommand.cpp:117
> + Position start;
> + Position end;
Sorry, I just noticed this:
You might want to declare these outside the loop so we don't have to run the constructor/destructor on each loop.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list