Build fix for r105086.
authorjonlee@apple.com <jonlee@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Jan 2012 22:49:57 +0000 (22:49 +0000)
committerjonlee@apple.com <jonlee@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Jan 2012 22:49:57 +0000 (22:49 +0000)
* notifications/NotificationCenter.idl: expand ENABLE macro for .idl.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105094 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/notifications/NotificationCenter.idl

index 5db2107..70e71c8 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-16  Jon Lee  <jonlee@apple.com>
+
+        Build fix for r105086.
+
+        * notifications/NotificationCenter.idl: expand ENABLE macro for .idl.
+
 2012-01-16  Antti Koivisto  <antti@apple.com>
 
         Cache CSSStyleSelector::Features in RuleSets
index d7c2d3b..e7dd689 100644 (file)
@@ -36,7 +36,7 @@ module threads {
         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);