DescriptionChange V8ObjectVar to store a pointer to the instance rather than an ID
This changes the currently unused V8ObjectVar to store a pointer to the
instance rather than a PP_Instance ID. This is just more convenient for
the code which uses the V8ObjectVar. When the instance is deleted, the
pointer will be cleared so it should always be valid or NULL.
BUG=351636
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289191
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 11 (0 generated)
|