Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: remove calls to SetWrapperClassId() #22975

Closed
wants to merge 2 commits into from

Commits on Sep 20, 2018

  1. src: remove calls to SetWrapperClassId()

    We have migrated from the deprecated RetainedObjectInfo API to
    the new EmbedderGraph API, so there is no need to take care
    of wrapper class ids anymore since they are dedicated to the
    deprecated API (the new API uses a graph insted of ids to retrieve
    info about nodes).
    joyeecheung committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    78a8859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56473a6 View commit details
    Browse the repository at this point in the history