Bug 158520

Summary: LayerTreeHost should be created with a WebPage reference instead of a pointer
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2016-06-08 03:01:14 PDT
We are indeed creating the LayerTreeHost always from a WebPage reference but getting its address to pass it to the LayerTreeHost create() function.
Comment 1 Carlos Garcia Campos 2016-06-08 03:02:52 PDT
Created attachment 280794 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-06-08 05:11:53 PDT
Committed r201802: <http://trac.webkit.org/changeset/201802>