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); |