Title: [208990] trunk/Source/WebKit2
- Revision
- 208990
- Author
- [email protected]
- Date
- 2016-11-27 10:14:39 -0800 (Sun, 27 Nov 2016)
Log 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:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (208989 => 208990)
--- trunk/Source/WebKit2/ChangeLog 2016-11-27 08:06:08 UTC (rev 208989)
+++ trunk/Source/WebKit2/ChangeLog 2016-11-27 18:14:39 UTC (rev 208990)
@@ -1,3 +1,12 @@
+2016-11-27 Csaba Osztrogonác <[email protected]>
+
+ 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:
+
2016-11-26 Simon Fraser <[email protected]>
Fix the iOS build.
Modified: trunk/Source/WebKit2/Platform/SharedMemory.h (208989 => 208990)
--- trunk/Source/WebKit2/Platform/SharedMemory.h 2016-11-27 08:06:08 UTC (rev 208989)
+++ trunk/Source/WebKit2/Platform/SharedMemory.h 2016-11-27 18:14:39 UTC (rev 208990)
@@ -110,7 +110,9 @@
size_t m_size;
void* m_data;
+#if PLATFORM(COCOA)
Protection m_protection;
+#endif
#if USE(UNIX_DOMAIN_SOCKETS)
std::optional<int> m_fileDescriptor;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes