Title: [224374] trunk/Source/WebCore
Revision
224374
Author
[email protected]
Date
2017-11-02 20:16:44 -0700 (Thu, 02 Nov 2017)

Log Message

Fix Windows debug build after r224371

* platform/graphics/win/DIBPixelData.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224373 => 224374)


--- trunk/Source/WebCore/ChangeLog	2017-11-03 02:54:36 UTC (rev 224373)
+++ trunk/Source/WebCore/ChangeLog	2017-11-03 03:16:44 UTC (rev 224374)
@@ -1,5 +1,11 @@
 2017-11-02  Alex Christensen  <[email protected]>
 
+        Fix Windows debug build after r224371
+
+        * platform/graphics/win/DIBPixelData.h:
+
+2017-11-02  Alex Christensen  <[email protected]>
+
         Use CompletionHandlers for redirects
         https://bugs.webkit.org/show_bug.cgi?id=179163
 

Modified: trunk/Source/WebCore/platform/graphics/win/DIBPixelData.h (224373 => 224374)


--- trunk/Source/WebCore/platform/graphics/win/DIBPixelData.h	2017-11-03 02:54:36 UTC (rev 224373)
+++ trunk/Source/WebCore/platform/graphics/win/DIBPixelData.h	2017-11-03 03:16:44 UTC (rev 224374)
@@ -23,8 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef DIBPixelData_h
-#define DIBPixelData_h
+#pragma once
 
 #include "IntRect.h"
 #include "IntSize.h"
@@ -52,7 +51,7 @@
     void initialize(HBITMAP);
 
 #ifndef NDEBUG
-    void FileSystem::writeToFile(LPCWSTR);
+    void writeToFile(LPCWSTR);
 #endif
 
     UInt8* buffer() const { return m_bitmapBuffer; }
@@ -71,5 +70,3 @@
 };
 
 } // namespace WebCore
-
-#endif // DIBPixelData_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to