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

Unified Diff: Source/platform/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/modules/webaudio/AudioBuffer.cpp ('k') | Source/web/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/testing/RunAllTests.cpp
diff --git a/Source/platform/testing/RunAllTests.cpp b/Source/platform/testing/RunAllTests.cpp
index 474c84d2773b0f4a15356cfd28380338b12c0392..d63549b2954f32c12b87e8dffb6d39cf23cd761b 100644
--- a/Source/platform/testing/RunAllTests.cpp
+++ b/Source/platform/testing/RunAllTests.cpp
@@ -53,7 +53,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);
blink::TestingPlatformSupport::Config platformConfig;
« no previous file with comments | « Source/modules/webaudio/AudioBuffer.cpp ('k') | Source/web/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698