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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h

Issue 2837353003: Remove remaining traces of ServiceWorkerMessageEvent (Closed)
Patch Set: include V8PrivateProperty.h Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/V8ServiceWorkerMessageEventInternal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
index 178901c9ccb4ddf701245adf07c83e3b794b716a..41198419b0eb1a1047c966857a382bc175209e29 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -136,7 +136,7 @@ class CORE_EXPORT V8PrivateProperty {
// The following classes are exceptionally allowed to call to
// getFromMainWorld.
friend class V8CustomEvent;
- friend class V8ServiceWorkerMessageEventInternal;
+ friend class V8ExtendableMessageEvent;
Symbol(v8::Isolate* isolate, v8::Local<v8::Private> private_symbol)
: private_symbol_(private_symbol), isolate_(isolate) {}
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/V8ServiceWorkerMessageEventInternal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698