Bug 131724 - [CoordGfx] Invalid canvasToken state check in CoordinatedGraphicsScene::destroyCanvasIfNeeded
Summary: [CoordGfx] Invalid canvasToken state check in CoordinatedGraphicsScene::destr...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 00:30 PDT by Byungseon Shin
Modified: 2016-03-14 11:22 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.66 KB, patch)
2014-04-16 00:33 PDT, Byungseon Shin
bfulgham: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Byungseon Shin 2014-04-16 00:30:06 PDT
CoordinatedGraphicsScene::destroyCanvasIfNeeded should return when canvasToken state is not valid.
Comment 1 Byungseon Shin 2014-04-16 00:33:42 PDT
Created attachment 229432 [details]
Patch
Comment 2 Brent Fulgham 2016-03-14 11:22:39 PDT
Comment on attachment 229432 [details]
Patch

This change seems correct, but is out of date with current sources. Please update and repost the patch.