Title: [87494] trunk/Source/WebCore
Revision
87494
Author
par...@webkit.org
Date
2011-05-27 04:36:02 -0700 (Fri, 27 May 2011)

Log Message

2011-05-27  Patrick Gansterer  <par...@webkit.org>

        Unreviewed WinCE build fix for r87467.

        * page/wince/FrameWinCE.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87493 => 87494)


--- trunk/Source/WebCore/ChangeLog	2011-05-27 11:22:55 UTC (rev 87493)
+++ trunk/Source/WebCore/ChangeLog	2011-05-27 11:36:02 UTC (rev 87494)
@@ -1,3 +1,9 @@
+2011-05-27  Patrick Gansterer  <par...@webkit.org>
+
+        Unreviewed WinCE build fix for r87467.
+
+        * page/wince/FrameWinCE.cpp:
+
 2011-05-26  Hans Wennborg  <h...@chromium.org>
 
         Reviewed by Tony Gentilcore.

Modified: trunk/Source/WebCore/page/wince/FrameWinCE.cpp (87493 => 87494)


--- trunk/Source/WebCore/page/wince/FrameWinCE.cpp	2011-05-27 11:22:55 UTC (rev 87493)
+++ trunk/Source/WebCore/page/wince/FrameWinCE.cpp	2011-05-27 11:36:02 UTC (rev 87494)
@@ -87,8 +87,7 @@
     }
 
     float currPageHeight = pageHeight / userScaleFactor;
-    float docHeight      = root->layer()->height();
-    float docWidth       = root->layer()->width();
+    float docHeight      = root->layer()->size().height();
     float currPageWidth  = pageWidth / userScaleFactor;
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to