mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Instead just use textContent() and teach HTMLStyleElement how to atomize its children. I also added the optimization to Node::textContent so that Text just returns its value instead of allocating a new buffer which avoids malloc and copy when getting the textContent of text. R=abarth@chromium.org Review URL: https://codereview.chromium.org/864613002