Changeset 178417 in webkit


Ignore:
Timestamp:
Jan 14, 2015, 2:21:58 AM (11 years ago)
Author:
Carlos Garcia Campos
Message:

[GTK] Fix build after r178385
https://bugs.webkit.org/show_bug.cgi?id=140429

Patch by Hunseop Jeong <Hunseop Jeong> on 2015-01-14
Reviewed by Csaba Osztrogonác.

  • UIProcess/API/gtk/WebKitUserContentManager.cpp:

(_WebKitUserContentManagerPrivate::_WebKitUserContentManagerPrivate):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r178416 r178417  
     12015-01-14  Hunseop Jeong  <hs85.jeong@samsung.com>
     2
     3        [GTK] Fix build after r178385
     4        https://bugs.webkit.org/show_bug.cgi?id=140429
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * UIProcess/API/gtk/WebKitUserContentManager.cpp:
     9        (_WebKitUserContentManagerPrivate::_WebKitUserContentManagerPrivate):
     10
    1112015-01-14  Commit Queue  <commit-queue@webkit.org>
    212
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserContentManager.cpp

    r178416 r178417  
    3535struct _WebKitUserContentManagerPrivate {
    3636    _WebKitUserContentManagerPrivate()
    37         : userContentController(WebUserContentControllerProxy::create())
     37        : userContentController(adoptRef(new WebUserContentControllerProxy))
    3838    {
    3939    }
Note: See TracChangeset for help on using the changeset viewer.