Chromium Code Reviews
DescriptionMore WaitableEvent stragglers migrated to enum-based constructor
Previous manual regex was finding "new WaitableEvent(...)" and
"...event_(...)", i.e. heap allocs and initializer lists but
was missing stack variables.
This change uses the following regex to catch those and manually fix them:
"WaitableEvent\ [\w]+\((true|false),"
Also fixed missing space presubmit error in media_message_fifo_unittest.cc
BUG=612843
R=fdoray@chromium.org
TBR=danakj@chromium.org
Committed: https://crrev.com/fd84d02f5300d4659644d19912bbb964cd6d5a95
Cr-Commit-Position: refs/heads/master@{#398868}
Patch Set 1 #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 13 (6 generated)
|