| Index: java/org/chromium/distiller/webdocument/WebText.java
|
| diff --git a/java/org/chromium/distiller/webdocument/WebText.java b/java/org/chromium/distiller/webdocument/WebText.java
|
| index 9370690b3dcbb3abd082ba433b1aef4267954208..cc2046e7521e9555c1c8cdf81792b88394fa5368 100644
|
| --- a/java/org/chromium/distiller/webdocument/WebText.java
|
| +++ b/java/org/chromium/distiller/webdocument/WebText.java
|
| @@ -69,6 +69,7 @@ public class WebText extends WebElement {
|
| DomUtil.stripIds(clonedRoot);
|
| DomUtil.stripFontColorAttributes(clonedRoot);
|
| DomUtil.stripStyleAttributes(clonedRoot);
|
| + // TODO(wychen): if we allow images in WebText later, add stripImageElements().
|
|
|
| // Since there are tag elements that are being wrapped
|
| // by a pair of {@link WebTag}s, we only need to
|
|
|