| 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 95827fb58e5a9502221ec6b0c87446bcdd24928e..1f2b85ea85dd129ca908893e51553255947b4984 100644
|
| --- a/java/org/chromium/distiller/webdocument/WebText.java
|
| +++ b/java/org/chromium/distiller/webdocument/WebText.java
|
| @@ -133,6 +133,7 @@ public class WebText extends WebElement {
|
| DomUtil.makeAllLinksAbsolute(clonedRoot);
|
| DomUtil.stripTargetAttributes(clonedRoot);
|
| DomUtil.stripIds(clonedRoot);
|
| + DomUtil.stripUnwantedClassNames(clonedRoot);
|
| DomUtil.stripFontColorAttributes(clonedRoot);
|
| DomUtil.stripStyleAttributes(clonedRoot);
|
| // TODO(wychen): if we allow images in WebText later, add stripImageElements().
|
|
|