Title: [212874] trunk/Source/WebKit/ios
Revision
212874
Author
aakash_j...@apple.com
Date
2017-02-22 19:41:09 -0800 (Wed, 22 Feb 2017)

Log Message

Export m_isLoggingEnabled symbol from MemoryMeasure.h
https://bugs.webkit.org/show_bug.cgi?id=168760

Reviewed by Alexey Proskuryakov.

* WebKit.iOS.exp: Exporting m_isLoggingEnabled symbol.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ios/ChangeLog (212873 => 212874)


--- trunk/Source/WebKit/ios/ChangeLog	2017-02-23 02:57:14 UTC (rev 212873)
+++ trunk/Source/WebKit/ios/ChangeLog	2017-02-23 03:41:09 UTC (rev 212874)
@@ -1,5 +1,14 @@
 2017-02-22  Aakash Jain  <aakash_j...@apple.com>
 
+        Export m_isLoggingEnabled symbol from MemoryMeasure.h
+        https://bugs.webkit.org/show_bug.cgi?id=168760
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebKit.iOS.exp: Exporting m_isLoggingEnabled symbol.
+
+2017-02-22  Aakash Jain  <aakash_j...@apple.com>
+
         Move instance members from WebPDFViewPlaceholder.h to implementation file
         https://bugs.webkit.org/show_bug.cgi?id=168705
 

Modified: trunk/Source/WebKit/ios/WebKit.iOS.exp (212873 => 212874)


--- trunk/Source/WebKit/ios/WebKit.iOS.exp	2017-02-23 02:57:14 UTC (rev 212873)
+++ trunk/Source/WebKit/ios/WebKit.iOS.exp	2017-02-23 03:41:09 UTC (rev 212874)
@@ -35,6 +35,7 @@
 __ZN6WebKit13MemoryMeasure10taskMemoryEv
 __ZN6WebKit13MemoryMeasure13enableLoggingEb
 __ZN6WebKit13MemoryMeasure16isLoggingEnabledEv
+__ZN6WebKit13MemoryMeasure18m_isLoggingEnabledE
 __ZN6WebKit13MemoryMeasureD1Ev
 __ZN6WebKit13MemoryMeasureD2Ev
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to