Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index d9258c2d96f4000ed099362322df2ec32057b0ae..0cb9df7896ade609b06553738e5b981f378521b3 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1789,6 +1789,7 @@ class V8EXPORT String : public Primitive { |
*/ |
class V8EXPORT AsciiValue { |
public: |
+ // TODO(dcarney): deprecate |
explicit AsciiValue(Handle<v8::Value> obj); |
~AsciiValue(); |
char* operator*() { return str_; } |