Title: [109241] trunk/Source/WebKit2
Revision
109241
Author
[email protected]
Date
2012-02-29 12:02:13 -0800 (Wed, 29 Feb 2012)

Log Message

[Qt][WK2] We should not add NetscapeBrowserFuncs.cpp as header
https://bugs.webkit.org/show_bug.cgi?id=79847

Patch by Rafael Brandao <[email protected]> on 2012-02-29
Reviewed by Alexey Proskuryakov.

* Target.pri: Fix typo, so we can add ".h" file instead.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (109240 => 109241)


--- trunk/Source/WebKit2/ChangeLog	2012-02-29 19:59:43 UTC (rev 109240)
+++ trunk/Source/WebKit2/ChangeLog	2012-02-29 20:02:13 UTC (rev 109241)
@@ -1,3 +1,12 @@
+2012-02-29  Rafael Brandao  <[email protected]>
+
+        [Qt][WK2] We should not add NetscapeBrowserFuncs.cpp as header
+        https://bugs.webkit.org/show_bug.cgi?id=79847
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Target.pri: Fix typo, so we can add ".h" file instead.
+
 2012-02-29  Sam Weinig  <[email protected]>
 
         When invoking Lookup while zoomed in, the highlighted word renders out of line

Modified: trunk/Source/WebKit2/Target.pri (109240 => 109241)


--- trunk/Source/WebKit2/Target.pri	2012-02-29 19:59:43 UTC (rev 109240)
+++ trunk/Source/WebKit2/Target.pri	2012-02-29 20:02:13 UTC (rev 109241)
@@ -319,7 +319,7 @@
     WebProcess/Plugins/Netscape/NPJSObject.h \
     WebProcess/Plugins/Netscape/NPRuntimeObjectMap.h \
     WebProcess/Plugins/Netscape/NPRuntimeUtilities.h \
-    WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp \
+    WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.h \
     WebProcess/Plugins/Netscape/NetscapePlugin.h \
     WebProcess/Plugins/Netscape/NetscapePluginStream.h \
     WebProcess/Plugins/Plugin.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to