Changeset 160008 in webkit


Ignore:
Timestamp:
Dec 3, 2013 9:25:54 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Laszlo Vidacs <lac@inf.u-szeged.hu> on 2013-12-03
Reviewed by Darin Adler.

  • Shared/APIClient.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r160002 r160008  
     12013-12-03  Laszlo Vidacs  <lac@inf.u-szeged.hu>
     2
     3        Fix EFL build error in WK2 (159965)
     4        https://bugs.webkit.org/show_bug.cgi?id=125153
     5
     6        Reviewed by Darin Adler.
     7
     8        * Shared/APIClient.h:
     9
    1102013-12-03  Seokju Kwon  <seokju@webkit.org>
    211
  • trunk/Source/WebKit2/Shared/APIClient.h

    r160002 r160008  
    5454#pragma clang diagnostic ignored "-Wmissing-braces"
    5555#endif
    56             return { sizeof(Interfaces)... };
     56            return { { sizeof(Interfaces)... } };
    5757#if COMPILER(CLANG)
    5858#pragma clang diagnostic pop
Note: See TracChangeset for help on using the changeset viewer.