Title: [160008] trunk/Source/WebKit2
Revision
160008
Author
[email protected]
Date
2013-12-03 09:25:54 -0800 (Tue, 03 Dec 2013)

Log Message

Fix EFL build error in WK2 (159965)
https://bugs.webkit.org/show_bug.cgi?id=125153

Patch by Laszlo Vidacs <[email protected]> on 2013-12-03
Reviewed by Darin Adler.

* Shared/APIClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (160007 => 160008)


--- trunk/Source/WebKit2/ChangeLog	2013-12-03 17:18:01 UTC (rev 160007)
+++ trunk/Source/WebKit2/ChangeLog	2013-12-03 17:25:54 UTC (rev 160008)
@@ -1,3 +1,12 @@
+2013-12-03  Laszlo Vidacs  <[email protected]>
+
+        Fix EFL build error in WK2 (159965)
+        https://bugs.webkit.org/show_bug.cgi?id=125153
+
+        Reviewed by Darin Adler.
+
+        * Shared/APIClient.h:
+
 2013-12-03  Seokju Kwon  <[email protected]>
 
         Debug build fix : Add '<algorithm>' for 'std::is_sorted' after r159965.

Modified: trunk/Source/WebKit2/Shared/APIClient.h (160007 => 160008)


--- trunk/Source/WebKit2/Shared/APIClient.h	2013-12-03 17:18:01 UTC (rev 160007)
+++ trunk/Source/WebKit2/Shared/APIClient.h	2013-12-03 17:25:54 UTC (rev 160008)
@@ -53,7 +53,7 @@
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wmissing-braces"
 #endif
-            return { sizeof(Interfaces)... };
+            return { { sizeof(Interfaces)... } };
 #if COMPILER(CLANG)
 #pragma clang diagnostic pop
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to