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

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

Issue 2784473002: [Bindings] Move some private symbols from V8HiddenValue to V8PrivateProperty (Closed)
Patch Set: rebase Created 3 years, 9 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
Index: third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
index d47d553fef66495fa74536c0edae1411064d0961..4d675954be2e03b03ae4cd54c0216312f5d2555e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
@@ -25,12 +25,9 @@ class ScriptWrappable;
V(customElementCreatedCallback) \
V(customElementDetachedCallback) \
V(customElementsRegistryMap) \
- V(event) \
V(idbCursorRequest) \
V(internalBodyBuffer) \
V(internalBodyStream) \
- V(port1) \
- V(port2) \
V(requestInFetchEvent) \
V(testInterfaces) \
V(thenableHiddenPromise) \

Powered by Google App Engine
This is Rietveld 408576698