Chromium Code Reviews
Descriptiongwt getInnerText -> javascript innerText or textContent
- replace all usage of gwt Element::getInnerText() to javascript innerText or
textContent, depending on requirements of each usage.
- js innerText doesn't work in gwt, so provide fallback to gwt's impl to cater
to gwt tests. in production (i.e. when running in browser), the js innerText
will be used, as intended.
BUG=396124
Patch Set 1 #
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||