Title: [108654] trunk/Source/WebCore
Revision
108654
Author
[email protected]
Date
2012-02-23 11:58:49 -0800 (Thu, 23 Feb 2012)

Log Message

Mac build fix after 108629.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108653 => 108654)


--- trunk/Source/WebCore/ChangeLog	2012-02-23 19:46:48 UTC (rev 108653)
+++ trunk/Source/WebCore/ChangeLog	2012-02-23 19:58:49 UTC (rev 108654)
@@ -1,3 +1,9 @@
+2012-02-23  Ryosuke Niwa  <[email protected]>
+
+        Mac build fix after 108629.
+
+        * WebCore.exp.in:
+
 2012-02-23  Tom Sepez  <[email protected]>
 
         [chromium] XSS Auditor bypass via _javascript_ url and control characters

Modified: trunk/Source/WebCore/WebCore.exp.in (108653 => 108654)


--- trunk/Source/WebCore/WebCore.exp.in	2012-02-23 19:46:48 UTC (rev 108653)
+++ trunk/Source/WebCore/WebCore.exp.in	2012-02-23 19:58:49 UTC (rev 108654)
@@ -604,7 +604,11 @@
 __ZN7WebCore19TextResourceDecoderC1ERKN3WTF6StringERKNS_12TextEncodingEb
 __ZN7WebCore19TextResourceDecoderD1Ev
 __ZN7WebCore19applicationIsSafariEv
+
+#if ENABLE(NOTIFICATIONS)
 __ZN7WebCore19provideNotificationEPNS_4PageEPNS_21NotificationPresenterE
+#endif
+
 __ZN7WebCore20DisplaySleepDisablerC1EPKc
 __ZN7WebCore20DisplaySleepDisablerD1Ev
 __ZN7WebCore20NodeRenderingContextC1EPNS_4NodeE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to