Title: [184680] trunk/Source/WebKit/mac
Revision
184680
Author
[email protected]
Date
2015-05-20 17:51:34 -0700 (Wed, 20 May 2015)

Log Message

Fix build.

* WebView/WebViewInternal.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (184679 => 184680)


--- trunk/Source/WebKit/mac/ChangeLog	2015-05-21 00:14:00 UTC (rev 184679)
+++ trunk/Source/WebKit/mac/ChangeLog	2015-05-21 00:51:34 UTC (rev 184680)
@@ -1,3 +1,9 @@
+2015-05-20  Anders Carlsson  <[email protected]>
+
+        Fix build.
+
+        * WebView/WebViewInternal.h:
+
 2015-05-20  Alex Christensen  <[email protected]>
 
         Unreviewed build fix; LocalizedStrings.h is in WebCore.

Modified: trunk/Source/WebKit/mac/WebView/WebViewInternal.h (184679 => 184680)


--- trunk/Source/WebKit/mac/WebView/WebViewInternal.h	2015-05-21 00:14:00 UTC (rev 184679)
+++ trunk/Source/WebKit/mac/WebView/WebViewInternal.h	2015-05-21 00:51:34 UTC (rev 184680)
@@ -63,8 +63,13 @@
 struct DictionaryPopupInfo;
 class WebMediaPlaybackTargetPicker;
 class WebSelectionServiceController;
+
+#if ENABLE(WIRELESS_PLAYBACK_TARGET) && !PLATFORM(IOS)
+#import <WebCore/MediaProducer.h>
 #endif
 
+#endif
+
 @class WebActionMenuController;
 @class WebBasePluginPackage;
 @class WebDownload;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to