Title: [164193] trunk/Source/WebKit2
Revision
164193
Author
m...@apple.com
Date
2014-02-16 13:38:16 -0800 (Sun, 16 Feb 2014)

Log Message

Speculative iOS build fix.

* WebProcess/WebPage/PageBanner.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (164192 => 164193)


--- trunk/Source/WebKit2/ChangeLog	2014-02-16 20:38:41 UTC (rev 164192)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-16 21:38:16 UTC (rev 164193)
@@ -1,5 +1,11 @@
 2014-02-16  Dan Bernstein  <m...@apple.com>
 
+        Speculative iOS build fix.
+
+        * WebProcess/WebPage/PageBanner.h:
+
+2014-02-16  Dan Bernstein  <m...@apple.com>
+
         Stop using PLATFORM(MAC) in Source except where it means “OS X but not iOS”
         https://bugs.webkit.org/show_bug.cgi?id=128885
 

Modified: trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.h (164192 => 164193)


--- trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.h	2014-02-16 20:38:41 UTC (rev 164192)
+++ trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.h	2014-02-16 21:38:16 UTC (rev 164193)
@@ -83,13 +83,16 @@
     explicit PageBanner(CALayer *, int height, Client*);
 #endif
 
+#if !PLATFORM(IOS)
     Type m_type;
+#endif
     Client* m_client;
+#if !PLATFORM(IOS)
     WebPage* m_webPage;
 
     bool m_mouseDownInBanner;
     bool m_isHidden;
-
+#endif
 #if PLATFORM(MAC) && !PLATFORM(IOS)
     RetainPtr<CALayer> m_layer;
     int m_height;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to