Bug 113758 - [GTK][AC] Invalid clear ClutterContent of ClutterActor
Summary: [GTK][AC] Invalid clear ClutterContent of ClutterActor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 105699 113912
  Show dependency treegraph
 
Reported: 2013-04-02 01:07 PDT by ChangSeok Oh
Modified: 2013-04-04 10:59 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2013-04-02 01:19 PDT, ChangSeok Oh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.