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

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: fix test flakyness Created 4 years, 7 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 c2fcf32d3597d9d9db7c90ae4bb922bdab7a45db..6f05b487b6decf3e91ae32ad37d3e3c8169668c6 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
@@ -104,10 +104,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