summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebCoreSupport/WebImageRendererFactory.m
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebCoreSupport/WebImageRendererFactory.m')
-rw-r--r--WebKit/mac/WebCoreSupport/WebImageRendererFactory.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebKit/mac/WebCoreSupport/WebImageRendererFactory.m b/WebKit/mac/WebCoreSupport/WebImageRendererFactory.m
index 36e25b7..1219591 100644
--- a/WebKit/mac/WebCoreSupport/WebImageRendererFactory.m
+++ b/WebKit/mac/WebCoreSupport/WebImageRendererFactory.m
@@ -26,9 +26,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// Have to leave this class with these two methods in because versions of Safari up to 3.0.4
-// call the methods from the Debug menu. Once we don't need compatibility with those versions
-// of Safari, we can remove this.
+// Have to leave this class with these two methods in because old versions of
+// Safari call the methods from the Debug menu. Once we don't need compatibility
+// with those old versions of Safari, we can remove this.
@interface WebImageRendererFactory : NSObject
@end