Revision: 17869
Author: [email protected]
Date: Tue Nov 19 12:20:08 2013 UTC
Log: Deprecate v8::External::New without Isolate parameter
[email protected], [email protected], [email protected]
LOG=y
BUG=none
Review URL: https://codereview.chromium.org/63093004
http://code.google.com/p/v8/source/detail?r=17869
Modified:
/branches/bleeding_edge/include/v8.h
=======================================
--- /branches/bleeding_edge/include/v8.h Tue Nov 19 11:52:47 2013 UTC
+++ /branches/bleeding_edge/include/v8.h Tue Nov 19 12:20:08 2013 UTC
@@ -3074,8 +3074,7 @@
class V8_EXPORT External : public Value {
public:
static Local<External> New(Isolate* isolate, void* value);
- // Deprecated, do not use.
- static Local<External> New(void* value);
+ V8_DEPRECATED("Will be removed", static Local<External> New(void
*value));
V8_INLINE static External* Cast(Value* obj);
void* Value() const;
private:
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.