Title: [165273] trunk/Source/WebKit2
Revision
165273
Author
[email protected]
Date
2014-03-07 11:02:41 -0800 (Fri, 07 Mar 2014)

Log Message

Initialize new WKSI functions for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=129889

Reviewed by Simon Fraser.

* WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
(InitWebCoreSystemInterface):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (165272 => 165273)


--- trunk/Source/WebKit2/ChangeLog	2014-03-07 18:48:55 UTC (rev 165272)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-07 19:02:41 UTC (rev 165273)
@@ -1,3 +1,13 @@
+2014-03-07  Eric Carlson  <[email protected]>
+
+        Initialize new WKSI functions for WebKit2
+        https://bugs.webkit.org/show_bug.cgi?id=129889
+
+        Reviewed by Simon Fraser.
+
+        * WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
+        (InitWebCoreSystemInterface):
+
 2014-03-07  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Use final and override in WebPrintOperationGtk

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm (165272 => 165273)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm	2014-03-07 18:48:55 UTC (rev 165272)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm	2014-03-07 19:02:41 UTC (rev 165273)
@@ -231,5 +231,8 @@
 #if ENABLE(CACHE_PARTITIONING)
         INIT(CachePartitionKey);
 #endif
+        
+        INIT(ExernalDeviceTypeForPlayer);
+        INIT(ExernalDeviceDisplayNameForPlayer);
     });
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to