Bug 113758

Summary: [GTK][AC] Invalid clear ClutterContent of ClutterActor
Product: WebKit Reporter: ChangSeok Oh <kevin.cs.oh>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: joone, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 105699, 113912    
Attachments:
Description Flags
Patch none

Description ChangSeok Oh 2013-04-02 01:07:38 PDT
We clear ClutterContent of clutterActor by using g_object_unref for the its reference directly.
But I think it is a wrong way.
Comment 1 ChangSeok Oh 2013-04-02 01:19:43 PDT
Created attachment 196099 [details]
Patch
Comment 2 Joone Hur 2013-04-03 13:46:44 PDT
Yes, right. It still tries to paint something without Cairo surface.(In reply to comment #0)
> We clear ClutterContent of clutterActor by using g_object_unref for the its reference directly.
> But I think it is a wrong way.

Yes, right. It still tries to paint something without Cairo surface.
Comment 3 WebKit Review Bot 2013-04-04 10:59:19 PDT
Comment on attachment 196099 [details]
Patch

Clearing flags on attachment: 196099

Committed r147644: <http://trac.webkit.org/changeset/147644>
Comment 4 WebKit Review Bot 2013-04-04 10:59:22 PDT
All reviewed patches have been landed.  Closing bug.