Title: [107006] trunk/Source/WebCore
Revision
107006
Author
ander...@apple.com
Date
2012-02-07 16:17:42 -0800 (Tue, 07 Feb 2012)

Log Message

Fix build.

* platform/ScrollableArea.h:
(WebCore::ScrollableArea::scrollableAreaBoundingBox):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (107005 => 107006)


--- trunk/Source/WebCore/ChangeLog	2012-02-08 00:14:42 UTC (rev 107005)
+++ trunk/Source/WebCore/ChangeLog	2012-02-08 00:17:42 UTC (rev 107006)
@@ -1,3 +1,10 @@
+2012-02-07  Anders Carlsson  <ander...@apple.com>
+
+        Fix build.
+
+        * platform/ScrollableArea.h:
+        (WebCore::ScrollableArea::scrollableAreaBoundingBox):
+
 2012-02-07  Levi Weintraub  <le...@chromium.org>
 
         [SVG] Use element disappears after scripted change

Modified: trunk/Source/WebCore/platform/ScrollableArea.h (107005 => 107006)


--- trunk/Source/WebCore/platform/ScrollableArea.h	2012-02-08 00:14:42 UTC (rev 107005)
+++ trunk/Source/WebCore/platform/ScrollableArea.h	2012-02-08 00:17:42 UTC (rev 107006)
@@ -156,7 +156,7 @@
     virtual ScrollableArea* enclosingScrollableArea() const = 0;
 
     // Returns the bounding box of this scrollable area, in the coordinate system of the enclosing scroll view.
-    virtual IntRect scrollableAreaBoundingBox() const { ASSERT_NOT_REACHED(); }
+    virtual IntRect scrollableAreaBoundingBox() const { ASSERT_NOT_REACHED(); return IntRect(); }
 
     bool isPinnedInBothDirections(const IntSize&) const;
     bool isPinnedHorizontallyInDirection(int horizontalScrollDelta) const;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to