Changeset 178417 in webkit
- Timestamp:
- Jan 14, 2015, 2:21:58 AM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r178416 r178417 1 2015-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 1 11 2015-01-14 Commit Queue <commit-queue@webkit.org> 2 12 -
trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserContentManager.cpp
r178416 r178417 35 35 struct _WebKitUserContentManagerPrivate { 36 36 _WebKitUserContentManagerPrivate() 37 : userContentController( WebUserContentControllerProxy::create())37 : userContentController(adoptRef(new WebUserContentControllerProxy)) 38 38 { 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.