| 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) {}
|
|
|