Title: [164225] trunk/Source/WebKit2
- Revision
- 164225
- Author
- [email protected]
- Date
- 2014-02-17 10:26:36 -0800 (Mon, 17 Feb 2014)
Log Message
Try to fix iOS Debug builds without breaking Release builds.
* WebProcess/WebPage/PageBanner.cpp:
* WebProcess/WebPage/PageBanner.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (164224 => 164225)
--- trunk/Source/WebKit2/ChangeLog 2014-02-17 17:18:29 UTC (rev 164224)
+++ trunk/Source/WebKit2/ChangeLog 2014-02-17 18:26:36 UTC (rev 164225)
@@ -1,3 +1,10 @@
+2014-02-17 Dan Bernstein <[email protected]>
+
+ Try to fix iOS Debug builds without breaking Release builds.
+
+ * WebProcess/WebPage/PageBanner.cpp:
+ * WebProcess/WebPage/PageBanner.h:
+
2014-02-16 Dan Bernstein <[email protected]>
Speculative iOS build fix.
Modified: trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.cpp (164224 => 164225)
--- trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.cpp 2014-02-17 17:18:29 UTC (rev 164224)
+++ trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.cpp 2014-02-17 18:26:36 UTC (rev 164225)
@@ -37,7 +37,7 @@
m_client->pageBannerDestroyed(this);
}
-#if !PLATFORM(MAC) || PLATFORM(IOS)
+#if !PLATFORM(COCOA)
void PageBanner::addToPage(Type, WebPage*)
{
}
Modified: trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.h (164224 => 164225)
--- trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.h 2014-02-17 17:18:29 UTC (rev 164224)
+++ trunk/Source/WebKit2/WebProcess/WebPage/PageBanner.h 2014-02-17 18:26:36 UTC (rev 164225)
@@ -83,16 +83,13 @@
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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes