Use a JS markup serializer.

This makes MarkupAccumulator and all related code into dead code.

R=ojan@chromium.org

Review URL: https://codereview.chromium.org/771093002
This commit is contained in:
Elliott Sprehn 2014-12-02 10:09:35 -08:00
parent 96595e6d60
commit 42cd8f2ed4
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ M <p></p>
N N
O <br></br> O <br></br>
P P
Q <template><div>contents</div></template>
</isindex></keygen></body> </isindex></keygen></body>
</html> </html>

View File

@ -19,5 +19,6 @@ M <p></p>
N </p> N </p>
O <br/> O <br/>
P </br> P </br>
Q <template><div>contents</div></template>
</body> </body>