Title: [161740] trunk/Source/WebCore
- Revision
- 161740
- Author
- joep...@webkit.org
- Date
- 2014-01-10 21:59:35 -0800 (Fri, 10 Jan 2014)
Log Message
Fix RenderImage.o for iOS. Unreviewed build fix.
inlineBoxWrapper() returns an InlineElementBox type, which is an InlineBox but
without including InlineElementBox.h, iOS didn't know what an InlineElementBox was!
* rendering/RenderImage.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (161739 => 161740)
--- trunk/Source/WebCore/ChangeLog 2014-01-11 05:53:12 UTC (rev 161739)
+++ trunk/Source/WebCore/ChangeLog 2014-01-11 05:59:35 UTC (rev 161740)
@@ -1,3 +1,12 @@
+2014-01-10 Joseph Pecoraro <pecor...@apple.com>
+
+ Fix RenderImage.o for iOS. Unreviewed build fix.
+
+ inlineBoxWrapper() returns an InlineElementBox type, which is an InlineBox but
+ without including InlineElementBox.h, iOS didn't know what an InlineElementBox was!
+
+ * rendering/RenderImage.cpp:
+
2014-01-10 David Kilzer <ddkil...@apple.com>
[iOS] Fix macros in Scrollbar::supportsUpdateOnSecondaryThread()
Modified: trunk/Source/WebCore/rendering/RenderImage.cpp (161739 => 161740)
--- trunk/Source/WebCore/rendering/RenderImage.cpp 2014-01-11 05:53:12 UTC (rev 161739)
+++ trunk/Source/WebCore/rendering/RenderImage.cpp 2014-01-11 05:59:35 UTC (rev 161740)
@@ -41,6 +41,7 @@
#include "HTMLMapElement.h"
#include "HTMLNames.h"
#include "HitTestResult.h"
+#include "InlineElementBox.h"
#include "Page.h"
#include "PaintInfo.h"
#include "RenderView.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes