Title: [177332] trunk/Source/WebKit2
- Revision
- 177332
- Author
- [email protected]
- Date
- 2014-12-15 20:51:22 -0800 (Mon, 15 Dec 2014)
Log Message
Build fix after r177301.
https://bugs.webkit.org/show_bug.cgi?id=139666
Patch by Bartlomiej Gajda <[email protected]> on 2014-12-15
Reviewed by Gyuyoung Kim.
* WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:
(WebKit::WebPage::findZoomableAreaForPoint):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (177331 => 177332)
--- trunk/Source/WebKit2/ChangeLog 2014-12-16 03:25:09 UTC (rev 177331)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-16 04:51:22 UTC (rev 177332)
@@ -1,3 +1,13 @@
+2014-12-15 Bartlomiej Gajda <[email protected]>
+
+ Build fix after r177301.
+ https://bugs.webkit.org/show_bug.cgi?id=139666
+
+ Reviewed by Gyuyoung Kim.
+
+ * WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:
+ (WebKit::WebPage::findZoomableAreaForPoint):
+
2014-12-15 Simon Fraser <[email protected]>
[iOS WK2] Possible crash when setting the WKWebViews's scroll view delegate, if the scroll view outlives the web view
Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp (177331 => 177332)
--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp 2014-12-16 03:25:09 UTC (rev 177331)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp 2014-12-16 04:51:22 UTC (rev 177332)
@@ -73,7 +73,7 @@
break;
node = node->parentNode();
- if (RenderObject* renderer = node.renderer())
+ if (RenderObject* renderer = node->renderer())
zoomableArea.unite(renderer->absoluteBoundingBoxRect());
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes