Index: Source/core/html/imports/HTMLImport.h |
diff --git a/Source/core/html/imports/HTMLImport.h b/Source/core/html/imports/HTMLImport.h |
index 8c463aa462a776f698c41473948b296fdf13333f..98c7103700392729bc15b9ea7dfb2f34aaa02215 100644 |
--- a/Source/core/html/imports/HTMLImport.h |
+++ b/Source/core/html/imports/HTMLImport.h |
@@ -80,8 +80,7 @@ class KURL; |
// HTMLImportLoader, and each loader shares HTMLImportLoader with other loader if the URL is same. |
// Check around HTMLImportsController::findLink() for more detail. |
// |
-// Note that HTMLImportLoader provides HTMLImportLoaderClient to hook it up. |
-// As it can be shared, HTMLImportLoader supports multiple clients. |
+// HTMLImportLoader can be shared by multiple imports. |
// |
// HTMLImportChild (1)-->(*) HTMLImportLoader |
// |