Title: [186875] trunk/Source/WebCore
- Revision
- 186875
- Author
- [email protected]
- Date
- 2015-07-15 17:29:31 -0700 (Wed, 15 Jul 2015)
Log Message
[Win] Another build fix after r186858.
* html/canvas/DOMPath.h: Don't use WEBCORE_EXPORT on the
overall class and the destructor declaration.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (186874 => 186875)
--- trunk/Source/WebCore/ChangeLog 2015-07-16 00:06:58 UTC (rev 186874)
+++ trunk/Source/WebCore/ChangeLog 2015-07-16 00:29:31 UTC (rev 186875)
@@ -1,3 +1,10 @@
+2015-07-15 Brent Fulgham <[email protected]>
+
+ [Win] Another build fix after r186858.
+
+ * html/canvas/DOMPath.h: Don't use WEBCORE_EXPORT on the
+ overall class and the destructor declaration.
+
2015-07-15 Dean Jackson <[email protected]>
Tag WebGL layers with sRGB colorspace
Modified: trunk/Source/WebCore/html/canvas/DOMPath.h (186874 => 186875)
--- trunk/Source/WebCore/html/canvas/DOMPath.h 2015-07-16 00:06:58 UTC (rev 186874)
+++ trunk/Source/WebCore/html/canvas/DOMPath.h 2015-07-16 00:29:31 UTC (rev 186875)
@@ -38,7 +38,7 @@
class WEBCORE_EXPORT DOMPath final : public RefCounted<DOMPath>, public CanvasPathMethods {
WTF_MAKE_FAST_ALLOCATED;
public:
- WEBCORE_EXPORT virtual ~DOMPath();
+ virtual ~DOMPath();
static Ref<DOMPath> create() { return adoptRef(*new DOMPath); }
static Ref<DOMPath> create(const Path& path) { return adoptRef(*new DOMPath(path)); }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes