Chromium Code Reviews| 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..934ff4132f14af95afcaef11ea0d335c35da016a 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 multiple imports. |
|
dominicc (has gone to gerrit)
2014/03/26 01:15:46
shared multiple -> shared by multiple
|
| // |
| // HTMLImportChild (1)-->(*) HTMLImportLoader |
| // |