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

Unified Diff: Source/web/tests/WebUnitTests.cpp

Issue 1178823003: Precompile Document.h and LayoutObject.h for Source/web Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/web/WebKit.cpp ('k') | Source/web/web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebUnitTests.cpp
diff --git a/Source/web/tests/WebUnitTests.cpp b/Source/web/tests/WebUnitTests.cpp
index b8b2cca423988333b95d7f7aa3309fe662c10f06..93a03f5ffc1cdb3e116e8d926e8ca5dc0a991eba 100644
--- a/Source/web/tests/WebUnitTests.cpp
+++ b/Source/web/tests/WebUnitTests.cpp
@@ -50,7 +50,7 @@ int runHelper(base::TestSuite* testSuite, void (*preTestHook)(void), void (*post
// Tickle EndOfTaskRunner which among other things will flush the queue
// of error messages via V8Initializer::reportRejectedPromisesOnMainThread.
- base::MessageLoop::current()->PostTask(FROM_HERE, base::Bind(&base::DoNothing));
+ base::MessageLoop::current()->PostTask(FROM_HERE_WITH_EXPLICIT_FUNCTION(__FUNCTION__), base::Bind(&base::DoNothing));
base::RunLoop().RunUntilIdle();
// Collect garbage in order to release mock objects referred from v8 or
« no previous file with comments | « Source/web/WebKit.cpp ('k') | Source/web/web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698