| Index: java/org/chromium/distiller/webdocument/WebDocument.java
|
| diff --git a/java/org/chromium/distiller/webdocument/WebDocument.java b/java/org/chromium/distiller/webdocument/WebDocument.java
|
| index e8c1880b8acdab88306c9de92689348601cd764a..b65c4d088c24eb8e628b730ea9ea154eacceaac1 100644
|
| --- a/java/org/chromium/distiller/webdocument/WebDocument.java
|
| +++ b/java/org/chromium/distiller/webdocument/WebDocument.java
|
| @@ -29,6 +29,10 @@ public class WebDocument {
|
| elements.add(table);
|
| }
|
|
|
| + public void addList(WebTag list) {
|
| + elements.add(list);
|
| + }
|
| +
|
| public void addEmbed(WebElement embed) {
|
| elements.add(embed);
|
| }
|
|
|