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

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

Issue 2794453002: [Bindings] Replace V8HiddenValue in generated code with 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/V8PrivateProperty.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
index e6a1fdff4e79929855e6928f685656811909c5c3..265b7d02fd626606f0ed8259abcb56a42465722a 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -177,6 +177,7 @@ class CORE_EXPORT V8PrivateProperty {
static v8::Local<v8::Private> createV8Private(v8::Isolate*,
const char* symbol);
+ // TODO(peria): Remove this method. We should not use v8::Private::ForApi().
static v8::Local<v8::Private> createCachedV8Private(v8::Isolate*,
const char* symbol);

Powered by Google App Engine
This is Rietveld 408576698