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

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

Issue 1828063002: Add support for origin trials in workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trial-token-in-header-blink-document
Patch Set: address comments Created 4 years, 8 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 5ff366c8418fe82d753ba7743e744c0db024f3fc..f8b16ae9060f91f4f5d768b6a9f18f80064ad554 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
@@ -103,10 +103,11 @@ public:
"//fake source code",
nullptr,
DontPauseWorkerGlobalScopeOnStart,
- adoptPtr(new Vector<CSPHeaderAndType>()),
+ nullptr,
m_securityOrigin.get(),
clients,
WebAddressSpaceLocal,
+ nullptr,
V8CacheOptionsDefault));
return workerThread.release();
}

Powered by Google App Engine
This is Rietveld 408576698