Title: [105094] trunk/Source/WebCore
Revision
105094
Author
[email protected]
Date
2012-01-16 14:49:57 -0800 (Mon, 16 Jan 2012)

Log Message

Build fix for r105086.

* notifications/NotificationCenter.idl: expand ENABLE macro for .idl.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105093 => 105094)


--- trunk/Source/WebCore/ChangeLog	2012-01-16 22:39:51 UTC (rev 105093)
+++ trunk/Source/WebCore/ChangeLog	2012-01-16 22:49:57 UTC (rev 105094)
@@ -1,3 +1,9 @@
+2012-01-16  Jon Lee  <[email protected]>
+
+        Build fix for r105086.
+
+        * notifications/NotificationCenter.idl: expand ENABLE macro for .idl.
+
 2012-01-16  Antti Koivisto  <[email protected]>
 
         Cache CSSStyleSelector::Features in RuleSets

Modified: trunk/Source/WebCore/notifications/NotificationCenter.idl (105093 => 105094)


--- trunk/Source/WebCore/notifications/NotificationCenter.idl	2012-01-16 22:39:51 UTC (rev 105093)
+++ trunk/Source/WebCore/notifications/NotificationCenter.idl	2012-01-16 22:49:57 UTC (rev 105094)
@@ -36,7 +36,7 @@
         ActiveDOMObject,
         OmitConstructor
     ] NotificationCenter {
-#if ENABLE(HTML_NOTIFICATIONS)
+#if defined(ENABLE_HTML_NOTIFICATIONS) && ENABLE_HTML_NOTIFICATIONS
        [V8Custom] Notification createHTMLNotification(in DOMString url) raises(Exception);
 #endif
        [V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(Exception);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to