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

Unified Diff: third_party/WebKit/Source/core/loader/modulescript/ModuleScriptCreationParams.h

Issue 2939773005: [POC] Implement "module responses map" concept (Closed)
Patch Set: rebase Created 3 years, 5 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/loader/modulescript/ModuleScriptCreationParams.h
diff --git a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptCreationParams.h b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptCreationParams.h
index a8c602b2163d405a2dfa3375ce5a59b89db6717b..ce190f5a8bc25bcafb45473c98d7e7a724f6ecc1 100644
--- a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptCreationParams.h
+++ b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptCreationParams.h
@@ -44,6 +44,10 @@ class ModuleScriptCreationParams {
const AccessControlStatus access_control_status_;
};
+template <>
+struct CrossThreadCopier<ModuleScriptCreationParams>
+ : public CrossThreadCopierPassThrough<ModuleScriptCreationParams> {};
+
} // namespace blink
#endif // ModuleScriptCreationParams_h

Powered by Google App Engine
This is Rietveld 408576698