Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v8: backport header diff from da5b745dba387
Backport deprecation of `Context::EstimatedSize()` from
da5b745dba387 (“[api] deprecate unused context size estimate”).

Ref: v8/v8@da5b745
  • Loading branch information
addaleax committed May 6, 2017
commit 2f6c4bd44b67f9f8c1fe8c684d5393105a441c43
2 changes: 1 addition & 1 deletion deps/v8/include/v8.h
Original file line number Diff line number Diff line change
Expand Up @@ -8163,7 +8163,7 @@ class V8_EXPORT Context {
/**
* Estimate the memory in bytes retained by this context.
*/
size_t EstimatedSize();
V8_DEPRECATED("no longer supported", size_t EstimatedSize());

/**
* Stack-allocated class which sets the execution context for all
Expand Down