Title: [90374] trunk/Tools
Revision
90374
Author
[email protected]
Date
2011-07-04 13:17:02 -0700 (Mon, 04 Jul 2011)

Log Message

Try to fix Qt build.

* DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90373 => 90374)


--- trunk/Tools/ChangeLog	2011-07-04 20:07:20 UTC (rev 90373)
+++ trunk/Tools/ChangeLog	2011-07-04 20:17:02 UTC (rev 90374)
@@ -1,5 +1,11 @@
 2011-07-04  Anders Carlsson  <[email protected]>
 
+        Try to fix Qt build.
+
+        * DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp:
+
+2011-07-04  Anders Carlsson  <[email protected]>
+
         NP_RemoveProperty is not called back by Safari when delete npObject.prop is encountered in _javascript_
         https://bugs.webkit.org/show_bug.cgi?id=63915
         <rdar://problem/7124300>

Modified: trunk/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp (90373 => 90374)


--- trunk/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp	2011-07-04 20:07:20 UTC (rev 90373)
+++ trunk/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp	2011-07-04 20:17:02 UTC (rev 90374)
@@ -25,9 +25,10 @@
 
 #include "PluginTest.h"
 
+#include <string.h>
+
 using namespace std;
 
-
 class NPRuntimeRemoveProperty : public PluginTest {
 public:
     NPRuntimeRemoveProperty(NPP npp, const string& identifier)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to