forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove lazy evaluation of HTMLTextAreaElement::value.
Remove it for cleaner code, and preparation to fix crbug.com/706370. The lazy evaluation isn't very helpful because children of innerEditor is typically 0 or one Text node and an optional trailing <br>. In such case, innerEditorValue() can just return Text::data(), and it's a cheap operation. BUG=706370 Review-Url: https://codereview.chromium.org/2803483005 Cr-Commit-Position: refs/heads/master@{#461998}
- Loading branch information
1 parent
f936f42
commit 4397adc
Showing
3 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters