Bug 136426 - Remove an unnecessary local in GraphicsLayerCA::ensureStructuralLayer
Summary: Remove an unnecessary local in GraphicsLayerCA::ensureStructuralLayer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-01 06:31 PDT by Tim Horton
Modified: 2014-09-01 12:17 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.41 KB, patch)
2014-09-01 06:32 PDT, Tim Horton
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-09-01 06:31:46 PDT
The code that used oldPrimaryLayer is gone, so this is now just an unnecessary ref/deref.
Comment 1 Tim Horton 2014-09-01 06:32:08 PDT
Created attachment 237447 [details]
patch
Comment 2 Tim Horton 2014-09-01 12:17:01 PDT
http://trac.webkit.org/changeset/173160