Commit 588e950d authored by Marina Sakai's avatar Marina Sakai Committed by Commit Bot

Remove the friend class declaration which is no longer used

The class |V8CustomEvent| does not use the API |GetFromMainWorld| now, so there is no need to declare that the class is a friend class.

Bug: 715418
Change-Id: I4a31a2ed8de4a044f19e22ccfc512c95e200d443
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904560Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Reviewed-by: default avatarYuki Shiino <yukishiino@chromium.org>
Commit-Queue: Marina Sakai <marinasakai@google.com>
Cr-Commit-Position: refs/heads/master@{#713737}
parent 22157a47
...@@ -76,7 +76,6 @@ class PLATFORM_EXPORT V8PrivateProperty { ...@@ -76,7 +76,6 @@ class PLATFORM_EXPORT V8PrivateProperty {
friend class V8PrivateProperty; friend class V8PrivateProperty;
// The following classes are exceptionally allowed to call to // The following classes are exceptionally allowed to call to
// getFromMainWorld. // getFromMainWorld.
friend class V8CustomEvent;
friend class V8ExtendableMessageEvent; friend class V8ExtendableMessageEvent;
Symbol(v8::Isolate* isolate, v8::Local<v8::Private> private_symbol) Symbol(v8::Isolate* isolate, v8::Local<v8::Private> private_symbol)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment