Changeset 208990 in webkit


Ignore:
Timestamp:
Nov 27, 2016 10:14:39 AM (7 years ago)
Author:
Csaba Osztrogonác
Message:

Fix unused-private-field build warning in WebKit2/Platform/SharedMemory.h
https://bugs.webkit.org/show_bug.cgi?id=165069

Reviewed by Darin Adler.

  • Platform/SharedMemory.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r208986 r208990  
     12016-11-27  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix unused-private-field build warning in WebKit2/Platform/SharedMemory.h
     4        https://bugs.webkit.org/show_bug.cgi?id=165069
     5
     6        Reviewed by Darin Adler.
     7
     8        * Platform/SharedMemory.h:
     9
    1102016-11-26  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/Source/WebKit2/Platform/SharedMemory.h

    r208985 r208990  
    111111    size_t m_size;
    112112    void* m_data;
     113#if PLATFORM(COCOA)
    113114    Protection m_protection;
     115#endif
    114116
    115117#if USE(UNIX_DOMAIN_SOCKETS)
Note: See TracChangeset for help on using the changeset viewer.