Chromium Code Reviews
DescriptionChange the order of Platform::initialize and WTF::initialize
Previously there was a strange dependency between platform and wtf
(around setCurrentTimeFunction) and we couldn't initialize wtf before platform.
Now the dependency is gone (https://codereview.chromium.org/1550563002/).
We can initialize in the order of wtf => platform, and shutdown in the order of
platform => wtf.
BUG=593269
Committed: https://crrev.com/46eaaf1c1504445b80015794296b2ca2dcb9dcb1
Cr-Commit-Position: refs/heads/master@{#380295}
Patch Set 1 #
Total comments: 1
Patch Set 2 : #Messages
Total messages: 10 (4 generated)
|