Chromium Code Reviews
DescriptionDevTools: [Sources] Make typing faster when search is open
The old code was attempting to cache the mode via comparing regexes
with ===. However, regexes are objects and thus could not be compared
like this.
This patch compares regexes properly.
BUG=664324
Committed: https://crrev.com/90c635fa8c796d777dd03e173e0ceca3940f587f
Cr-Commit-Position: refs/heads/master@{#431573}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 15 (9 generated)
|
|||||||||||||||||||