Changeset 243590 in webkit
- Timestamp:
- Mar 27, 2019, 4:48:07 PM (7 years ago)
- Location:
- releases/WebKitGTK/webkit-2.24/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/wpe/qt/WPEQtView.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog
r243535 r243590 1 2019-03-26 Philippe Normand <pnormand@igalia.com> 2 3 [WPE][Qt] Uninitialized racy ViewBackend 4 https://bugs.webkit.org/show_bug.cgi?id=196247 5 6 Reviewed by Carlos Garcia Campos. 7 8 * UIProcess/API/wpe/qt/WPEQtView.h: Initialize the backend pointer to nullptr. 9 1 10 2019-03-27 Adrian Perez de Castro <aperez@igalia.com> 2 11 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/UIProcess/API/wpe/qt/WPEQtView.h
r240141 r243590 116 116 QUrl m_baseUrl; 117 117 QSizeF m_size; 118 WPEQtViewBackend* m_backend ;118 WPEQtViewBackend* m_backend { nullptr }; 119 119 bool m_errorOccured { false }; 120 120 };
Note:
See TracChangeset
for help on using the changeset viewer.