| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index a990fc2e25373f4daadd1f4e6fe32f15bf9fd3ce..62d1085c20e6c4a7665c6e4559a8198816b56812 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -1653,11 +1653,6 @@ class Object : public Value {
|
| V8EXPORT Local<Object> Clone();
|
|
|
| /**
|
| - * Returns the context in which the object was created.
|
| - */
|
| - 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.
|
|
|