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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp

Issue 2627953005: Make workers inherit the large heap limit of the main isolate. (Closed)
Patch Set: fix tests Created 3 years, 11 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
Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
index 36f334ef5d4b78c80979a9c6dc3cd1242c136156..848149430886f5df36b8adfa55e9b1f94daf862c 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
@@ -115,7 +115,7 @@ class CompositorWorkerThreadTest : public ::testing::Test {
KURL(ParsedURLString, "http://fake.url/"), "fake user agent",
"//fake source code", nullptr, DontPauseWorkerGlobalScopeOnStart,
nullptr, "", m_securityOrigin.get(), clients, WebAddressSpaceLocal,
- nullptr, nullptr, V8CacheOptionsDefault));
+ nullptr, nullptr, WorkerV8Settings::Default()));
return workerThread;
}

Powered by Google App Engine
This is Rietveld 408576698