summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/bindings/v8_private_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/bindings/v8_private_property.h')
-rw-r--r--chromium/third_party/blink/renderer/platform/bindings/v8_private_property.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/platform/bindings/v8_private_property.h b/chromium/third_party/blink/renderer/platform/bindings/v8_private_property.h
index 128bd766433..34ac38312c8 100644
--- a/chromium/third_party/blink/renderer/platform/bindings/v8_private_property.h
+++ b/chromium/third_party/blink/renderer/platform/bindings/v8_private_property.h
@@ -20,8 +20,7 @@ namespace blink {
class ScriptWrappable;
// TODO(peria): Remove properties just to keep V8 objects alive.
-// e.g. InternalBody.Buffer, InternalBody.Stream, IDBCursor.Request,
-// FetchEvent.Request.
+// e.g. IDBCursor.Request.
// Apply |X| for each pair of (InterfaceName, PrivateKeyName).
#define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
X(CustomElement, Document) \
@@ -35,11 +34,8 @@ class ScriptWrappable;
X(CustomElementLifecycle, DetachedCallback) \
X(DOMException, Error) \
X(ErrorEvent, Error) \
- X(FetchEvent, Request) \
X(Global, Event) \
X(IDBCursor, Request) \
- X(InternalBody, Buffer) \
- X(InternalBody, Stream) \
X(IntersectionObserver, Callback) \
X(MessageChannel, Port1) \
X(MessageChannel, Port2) \