summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/src/WebEntities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/src/WebEntities.cpp')
-rw-r--r--WebKit/chromium/src/WebEntities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/chromium/src/WebEntities.cpp b/WebKit/chromium/src/WebEntities.cpp
index 2b8ae3c..665d8d9 100644
--- a/WebKit/chromium/src/WebEntities.cpp
+++ b/WebKit/chromium/src/WebEntities.cpp
@@ -42,7 +42,7 @@
using namespace WebCore;
namespace {
-// Note that this file is also included by HTMLDocumentParser.cpp so we are getting
+// Note that this file is also included by LegacyHTMLDocumentParser.cpp so we are getting
// two copies of the data in memory. We can fix this by changing the script
// that generated the array to create a static const that is its length, but
// this is low priority since the data is less than 4K. We use anonymous