Changeset 239110 in webkit


Ignore:
Timestamp:
Dec 12, 2018 10:08:49 AM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed, fix build with recent SDKs.

  • Platform/cocoa/WKCrashReporter.mm:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239106 r239110  
     12018-12-12  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, fix build with recent SDKs.
     4
     5        * Platform/cocoa/WKCrashReporter.mm:
     6
    172018-12-09  Darin Adler  <darin@apple.com>
    28
  • trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm

    r234685 r239110  
    3434struct crashreporter_annotations_t gCRAnnotations
    3535__attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
    36     = { CRASHREPORTER_ANNOTATIONS_VERSION, 0, 0, 0, 0, 0, 0, 0 };
     36    = { {CRASHREPORTER_ANNOTATIONS_VERSION}, {0}, {0}, {0}, {0}, {0}, {0}, {0} };
    3737
    3838namespace WebKit {
Note: See TracChangeset for help on using the changeset viewer.