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

Unified Diff: third_party/WebKit/Source/core/workers/DedicatedWorkerTest.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/core/workers/DedicatedWorkerTest.cpp
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
index dd82c0f2cd861e98dc3394be0a5588fe0624521a..99af194181e2d2f7e29989a2ea2a538b4b56507c 100644
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
@@ -122,7 +122,7 @@ class InProcessWorkerMessagingProxyForTest
"" /* referrerPolicy */, m_securityOrigin.get(),
nullptr /* workerClients */, WebAddressSpaceLocal,
nullptr /* originTrialTokens */, nullptr /* workerSettings */,
- V8CacheOptionsDefault));
+ WorkerV8Settings::Default()));
workerInspectorProxy()->workerThreadCreated(
toDocument(getExecutionContext()), m_workerThread.get(), scriptURL);

Powered by Google App Engine
This is Rietveld 408576698