DescriptionUpdate android WebView to use WebElementCollection instead of WebNodeCollection
Update android WebView to use WebElementCollection instead of WebNodeCollection.
After Blink r166411 and r166500, WebNodeCollection is renamed to
WebElementCollection and its API returns WebElements instead of WebNodes.
The new code is clearer and avoids an unnecessary isElementNode() check.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250284
Patch Set 1 #Patch Set 2 : Rebase #
Total comments: 2
Patch Set 3 : Update argument type #Patch Set 4 : Rebase #Messages
Total messages: 14 (0 generated)
|