Title: [141268] trunk/Source/WebKit/qt
- Revision
- 141268
- Author
- [email protected]
- Date
- 2013-01-30 07:07:33 -0800 (Wed, 30 Jan 2013)
Log Message
[Qt] Fix minimal build after r141259.
Unreviewed build fix.
* WebCoreSupport/DumpRenderTreeSupportQt.cpp:
(DumpRenderTreeSupportQt::clearNotificationPermissions):
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/ChangeLog (141267 => 141268)
--- trunk/Source/WebKit/qt/ChangeLog 2013-01-30 15:06:43 UTC (rev 141267)
+++ trunk/Source/WebKit/qt/ChangeLog 2013-01-30 15:07:33 UTC (rev 141268)
@@ -1,3 +1,12 @@
+2013-01-30 Allan Sandfeld Jensen <[email protected]>
+
+ [Qt] Fix minimal build after r141259.
+
+ Unreviewed build fix.
+
+ * WebCoreSupport/DumpRenderTreeSupportQt.cpp:
+ (DumpRenderTreeSupportQt::clearNotificationPermissions):
+
2013-01-26 Philippe Normand <[email protected]>
[GStreamer] USE(NATIVE_FULLSCREEN_VIDEO) support
Modified: trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp (141267 => 141268)
--- trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp 2013-01-30 15:06:43 UTC (rev 141267)
+++ trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp 2013-01-30 15:07:33 UTC (rev 141268)
@@ -1069,5 +1069,7 @@
void DumpRenderTreeSupportQt::clearNotificationPermissions()
{
+#if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
WebCore::NotificationPresenterClientQt::notificationPresenter()->clearCachedPermissions();
+#endif
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes