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

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: . 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 78ac12c8c7497baf8fb8143e5a77b831951ef549..4d675954be2e03b03ae4cd54c0216312f5d2555e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
@@ -25,14 +25,10 @@ class ScriptWrappable;
V(customElementCreatedCallback) \
V(customElementDetachedCallback) \
V(customElementsRegistryMap) \
- V(event) \
V(idbCursorRequest) \
V(internalBodyBuffer) \
V(internalBodyStream) \
- V(port1) \
- V(port2) \
V(requestInFetchEvent) \
- V(state) \
V(testInterfaces) \
V(thenableHiddenPromise) \
V(toStringString) \

Powered by Google App Engine
This is Rietveld 408576698