Title: [107949] trunk/Source/WebKit2
Revision
107949
Author
commit-qu...@webkit.org
Date
2012-02-16 09:33:40 -0800 (Thu, 16 Feb 2012)

Log Message

[Qt] Fix linking in debug builds on Mac OS X
https://bugs.webkit.org/show_bug.cgi?id=78811

Patch by Alexander Færøy <a...@0x90.dk> on 2012-02-16
Reviewed by Kenneth Rohde Christiansen.

* UIProcess/API/qt/tests/bytearraytestdata.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (107948 => 107949)


--- trunk/Source/WebKit2/ChangeLog	2012-02-16 17:16:10 UTC (rev 107948)
+++ trunk/Source/WebKit2/ChangeLog	2012-02-16 17:33:40 UTC (rev 107949)
@@ -1,3 +1,12 @@
+2012-02-16  Alexander Færøy  <a...@0x90.dk>
+
+        [Qt] Fix linking in debug builds on Mac OS X
+        https://bugs.webkit.org/show_bug.cgi?id=78811
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * UIProcess/API/qt/tests/bytearraytestdata.h:
+
 2012-02-16  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Page content is incorrectly translated whenh rendering pages for printing in WebKit2

Modified: trunk/Source/WebKit2/UIProcess/API/qt/tests/bytearraytestdata.h (107948 => 107949)


--- trunk/Source/WebKit2/UIProcess/API/qt/tests/bytearraytestdata.h	2012-02-16 17:16:10 UTC (rev 107948)
+++ trunk/Source/WebKit2/UIProcess/API/qt/tests/bytearraytestdata.h	2012-02-16 17:33:40 UTC (rev 107949)
@@ -33,6 +33,7 @@
 
 public:
     ByteArrayTestData(QObject* parent = 0);
+    virtual ~ByteArrayTestData() { }
     QVariant latin1Data() const;
     QVariant utf8Data() const;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to