Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 62d1085c20e6c4a7665c6e4559a8198816b56812..9cc20b45b5534e65f910e81e412d4c3d570617a3 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1653,6 +1653,11 @@ class Object : public Value { |
V8EXPORT Local<Object> Clone(); |
/** |
+ * Returns a context in which the object was created. |
Mads Ager (chromium)
2011/04/01 11:19:38
a context -> the context
antonm
2011/04/01 12:15:46
Done.
|
+ */ |
+ V8EXPORT Local<Context> CreationContext(); |
+ |
+ /** |
* Set the backing store of the indexed properties to be managed by the |
* embedding layer. Access to the indexed properties will follow the rules |
* spelled out in CanvasPixelArray. |