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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2627123003: SharedWorker: Simplify connection sequence (Closed)
Patch Set: 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 47e5c4a84a0454b800fbf1e56e2dcc793fd09ee3..8358412188092b5a0c339b07c70492e0907bd6d8 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -543,7 +543,7 @@ source_set("blink_headers") {
"web/WebSettings.h",
"web/WebSharedWorker.h",
"web/WebSharedWorkerClient.h",
- "web/WebSharedWorkerConnector.h",
+ "web/WebSharedWorkerConnectListener.h",
"web/WebSharedWorkerCreationErrors.h",
"web/WebSharedWorkerRepositoryClient.h",
"web/WebSpeechGrammar.h",

Powered by Google App Engine
This is Rietveld 408576698