Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1675)

Unified Diff: Source/wtf/testing/RunAllTests.cpp

Issue 1183763003: Remove ArrayBufferDeallocationObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s_ prefix Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/WTF.cpp ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/testing/RunAllTests.cpp
diff --git a/Source/wtf/testing/RunAllTests.cpp b/Source/wtf/testing/RunAllTests.cpp
index b5c9f12ae346760045f2db5047677823b0a5f367..4e4da23335ed71612ed9d9256d3034a0f7b9ea08 100644
--- a/Source/wtf/testing/RunAllTests.cpp
+++ b/Source/wtf/testing/RunAllTests.cpp
@@ -49,7 +49,7 @@ static void AlwaysZeroNumberSource(unsigned char* buf, size_t len)
int main(int argc, char** argv)
{
WTF::setRandomSource(AlwaysZeroNumberSource);
- WTF::initialize(CurrentTime, nullptr, nullptr, nullptr);
+ WTF::initialize(CurrentTime, nullptr, nullptr, nullptr, nullptr);
WTF::initializeMainThread(0);
return base::RunUnitTestsUsingBaseTestSuite(argc, argv);
}
« no previous file with comments | « Source/wtf/WTF.cpp ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698