Title: [154187] trunk/Source/WebKit/win
Revision
154187
Author
[email protected]
Date
2013-08-16 09:13:06 -0700 (Fri, 16 Aug 2013)

Log Message

Windows build juice.

* WebView.cpp:
(WebView::paintIntoBackingStore):

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (154186 => 154187)


--- trunk/Source/WebKit/win/ChangeLog	2013-08-16 16:03:29 UTC (rev 154186)
+++ trunk/Source/WebKit/win/ChangeLog	2013-08-16 16:13:06 UTC (rev 154187)
@@ -1,3 +1,10 @@
+2013-08-16  Andreas Kling  <[email protected]>
+
+        Windows build juice.
+
+        * WebView.cpp:
+        (WebView::paintIntoBackingStore):
+
 2013-08-15  Brent Fulgham  <[email protected]>
 
         [Windows] Consolidate WebKit Bundle handling

Modified: trunk/Source/WebKit/win/WebView.cpp (154186 => 154187)


--- trunk/Source/WebKit/win/WebView.cpp	2013-08-16 16:03:29 UTC (rev 154186)
+++ trunk/Source/WebKit/win/WebView.cpp	2013-08-16 16:13:06 UTC (rev 154187)
@@ -1180,7 +1180,7 @@
     if (uiPrivate)
         uiPrivate->drawBackground(this, reinterpret_cast<OLE_HANDLE>(bitmapDC), &rect);
 
-    if (frameView && frameView->frame() && frameView->frame()->contentRenderer()) {
+    if (frameView && frameView->frame().contentRenderer()) {
         gc.clip(dirtyRect);
         frameView->paint(&gc, dirtyRect);
         if (m_shouldInvertColors)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to