• sigbjornf's avatar
    Implicit prefinalizer registration. · bc86f5fb
    sigbjornf authored
    Switch to implicit registration of prefinalizers along with removing
    the ability to dynamically unregister a prefinalizer; the latter
    being an unused feature.
    
    The requirement to manually register a prefinalizer has proven to be
    a chore and a source of bugs. Case in point: HTMLCanvasElement
    currently declares a prefinalizer, but doesn't register it. Simplify
    the programming model by automatically registering prefinalizers.
    
    R=haraken
    BUG=673645
    
    Review-Url: https://codereview.chromium.org/2565983002
    Cr-Commit-Position: refs/heads/master@{#438110}
    bc86f5fb
BlinkGCAPIReference.md 18.5 KB