Title: [187059] branches/safari-601.1-branch/Source/WebCore
Revision
187059
Author
matthew_han...@apple.com
Date
2015-07-20 21:36:42 -0700 (Mon, 20 Jul 2015)

Log Message

Merge r186875. rdar://problem/21643094

Modified Paths

Diff

Modified: branches/safari-601.1-branch/Source/WebCore/ChangeLog (187058 => 187059)


--- branches/safari-601.1-branch/Source/WebCore/ChangeLog	2015-07-21 04:36:40 UTC (rev 187058)
+++ branches/safari-601.1-branch/Source/WebCore/ChangeLog	2015-07-21 04:36:42 UTC (rev 187059)
@@ -1,5 +1,16 @@
 2015-07-20  Matthew Hanson  <matthew_han...@apple.com>
 
+        Merge r186875. rdar://problem/21643094
+
+    2015-07-15  Brent Fulgham  <bfulg...@apple.com>
+
+            [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-20  Matthew Hanson  <matthew_han...@apple.com>
+
         Merge r186867. rdar://problem/21643094
 
     2015-07-15  Brent Fulgham  <bfulg...@apple.com>

Modified: branches/safari-601.1-branch/Source/WebCore/html/canvas/DOMPath.h (187058 => 187059)


--- branches/safari-601.1-branch/Source/WebCore/html/canvas/DOMPath.h	2015-07-21 04:36:40 UTC (rev 187058)
+++ branches/safari-601.1-branch/Source/WebCore/html/canvas/DOMPath.h	2015-07-21 04:36:42 UTC (rev 187059)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to