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

Unified Diff: third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h

Issue 2604733002: SharedWorker: Make shared workers keyed by a pair of url and name (Closed)
Patch Set: clean up Created 4 years 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/web/SharedWorkerRepositoryClientImpl.h
diff --git a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
index 0509a223e599178de3691f532a4032d146308d67..2b9a8f795317404e216e83b4723c6f479349ab97 100644
--- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
+++ b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
@@ -57,8 +57,7 @@ class SharedWorkerRepositoryClientImpl final
void connect(SharedWorker*,
WebMessagePortChannelUniquePtr,
const KURL&,
- const String& name,
- ExceptionState&) override;
+ const String& name) override;
void documentDetached(Document*) override;
private:

Powered by Google App Engine
This is Rietveld 408576698