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

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

Issue 1969583002: Revert of 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: 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 6f05b487b6decf3e91ae32ad37d3e3c8169668c6..c2fcf32d3597d9d9db7c90ae4bb922bdab7a45db 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
@@ -104,11 +104,10 @@
"//fake source code",
nullptr,
DontPauseWorkerGlobalScopeOnStart,
- nullptr,
+ adoptPtr(new Vector<CSPHeaderAndType>()),
m_securityOrigin.get(),
clients,
WebAddressSpaceLocal,
- nullptr,
V8CacheOptionsDefault));
return workerThread.release();
}

Powered by Google App Engine
This is Rietveld 408576698