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

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

Issue 2777943005: [Bindings] Move and remove some private symbols from V8HiddenValue (Closed)
Patch Set: work for comments 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 4d675954be2e03b03ae4cd54c0216312f5d2555e..f3d1f5fde296f432a727f7065ffea04ff6fb12d4 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
@@ -20,19 +20,6 @@ class ScriptState;
class ScriptWrappable;
#define V8_HIDDEN_VALUES(V) \
- V(customElementAttachedCallback) \
- V(customElementAttributeChangedCallback) \
- V(customElementCreatedCallback) \
- V(customElementDetachedCallback) \
- V(customElementsRegistryMap) \
- V(idbCursorRequest) \
- V(internalBodyBuffer) \
- V(internalBodyStream) \
- V(requestInFetchEvent) \
- V(testInterfaces) \
- V(thenableHiddenPromise) \
- V(toStringString) \
- V(injectedScriptNative) \
SCRIPT_PROMISE_PROPERTIES(V, Promise) \
SCRIPT_PROMISE_PROPERTIES(V, Resolver)

Powered by Google App Engine
This is Rietveld 408576698