Title: [189840] trunk/Source/WebCore
Revision
189840
Author
bfulg...@apple.com
Date
2015-09-15 19:10:46 -0700 (Tue, 15 Sep 2015)

Log Message

[Win] Unreviewed release fix after r189832

* platform/graphics/ca/win/PlatformCALayerWin.h: The implementation
should exist in Release builds as well.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (189839 => 189840)


--- trunk/Source/WebCore/ChangeLog	2015-09-16 02:04:31 UTC (rev 189839)
+++ trunk/Source/WebCore/ChangeLog	2015-09-16 02:10:46 UTC (rev 189840)
@@ -1,3 +1,10 @@
+2015-09-15  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Unreviewed release fix after r189832
+
+        * platform/graphics/ca/win/PlatformCALayerWin.h: The implementation
+        should exist in Release builds as well.
+
 2015-09-15  Benjamin Poulain  <bpoul...@apple.com>
 
         Style invalidation affecting siblings does not work with inline-style changes

Modified: trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h (189839 => 189840)


--- trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h	2015-09-16 02:04:31 UTC (rev 189839)
+++ trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h	2015-09-16 02:10:46 UTC (rev 189840)
@@ -150,9 +150,7 @@
     virtual void setNeedsCommit() override;
     virtual void drawTextAtPoint(CGContextRef, CGFloat x, CGFloat y, const char* text, size_t length) const override;
 
-#ifndef NDEBUG
     virtual String layerTreeAsString() const override;
-#endif
 
     virtual PassRefPtr<PlatformCALayer> clone(PlatformCALayerClient* owner) const override;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to