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

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

Issue 2007463003: binding: Reimplements V8HiddenValue as V8PrivateProperty. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a9876ad09f6c44022f14cf5b14aec33abc925fb3..88dfc351e7963f7c2aef529f650136df743a42df 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
@@ -18,7 +18,6 @@ class ScriptState;
class ScriptWrappable;
#define V8_HIDDEN_VALUES(V) \
- V(arrayBufferData) \
V(privateScriptObjectIsInitialized) \
V(customElementAttachedCallback) \
V(customElementAttributeChangedCallback) \
@@ -32,7 +31,6 @@ class ScriptWrappable;
V(customElementsRegistryMap) \
V(callback) \
V(condition) \
- V(data) \
V(detail) \
V(document) \
V(error) \
@@ -43,7 +41,6 @@ class ScriptWrappable;
V(port2) \
V(readableStreamReaderInResponse) \
V(state) \
- V(stringData) \
V(testInterfaces) \
V(thenableHiddenPromise) \
V(toStringString) \
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698