Skip to content

src: remove forwards for v8::GC*logueCallback - #4381

Closed
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:remove-unnecessary-forwards
Closed

src: remove forwards for v8::GC*logueCallback#4381
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:remove-unnecessary-forwards

Conversation

@ofrobots

Copy link
Copy Markdown
Contributor

These types are no longer used in the file and V8 4.9 no longer defines these
types anymore.

R=@bnoordhuis

@ofrobotsofrobots added v8 engine Issues and PRs related to the V8 dependency. dont-land-on-v5.x labels Dec 21, 2015
@ofrobots

Copy link
Copy Markdown
ContributorAuthor

@bnoordhuis

Copy link
Copy Markdown
Member

Can you also remove them from node_counters.cc and node_lttng.cc? LGTM after that.

These types are no longer used in the file and V8 4.9 no longer defines these
types anymore.
PR-URL: nodejs#4381
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
@ofrobots
ofrobotsforce-pushed the remove-unnecessary-forwards branch from 03cbf14 to f00c080CompareDecember 21, 2015 21:01
@ofrobots

Copy link
Copy Markdown
ContributorAuthor

ofrobots added a commit that referenced this pull request Dec 22, 2015
These types are no longer used in the file and V8 4.9 no longer defines these
types anymore.
PR-URL: #4381
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
@ofrobots

Copy link
Copy Markdown
ContributorAuthor

Landed in 79dc1d7.

Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Dec 22, 2015
These types are no longer used in the file and V8 4.9 no longer defines these
types anymore.
PR-URL: nodejs#4381
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
@ofrobots
ofrobots deleted the remove-unnecessary-forwards branch December 23, 2015 01:02
@MylesBorins

Copy link
Copy Markdown
Contributor

As this has a dont-land-on-v5.x label I'm going to add the same for v4.x
@ofrobots please let me know if this was incorrect

scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
These types are no longer used in the file and V8 4.9 no longer defines these
types anymore.
PR-URL: nodejs#4381
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ofrobots@bnoordhuis@MylesBorins