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 203f0516b300e98ebf5ace2c84aea5d5d63a2b50..9370690b3dcbb3abd082ba433b1aef4267954208 100644 |
--- a/java/org/chromium/distiller/webdocument/WebText.java |
+++ b/java/org/chromium/distiller/webdocument/WebText.java |
@@ -68,6 +68,7 @@ public class WebText extends WebElement { |
DomUtil.makeAllLinksAbsolute(clonedRoot); |
DomUtil.stripIds(clonedRoot); |
DomUtil.stripFontColorAttributes(clonedRoot); |
+ DomUtil.stripStyleAttributes(clonedRoot); |
// Since there are tag elements that are being wrapped |
// by a pair of {@link WebTag}s, we only need to |