Plugin Power Saver: Add missing RenderFrame null-checks in placeholders
PluginPlaceholders are RenderFrameObservers, and render_frames can go away before the object is actually destructed (during shutdown). This CL adds the missing null checks needed to prevent trying to use null pointers. BUG=693120 R=raymes@chromium.org Review-Url: https://codereview.chromium.org/2845413002 . Cr-Commit-Position: refs/heads/master@{#468451}
Showing
Please register or sign in to comment