Title: [151900] releases/WebKitGTK/webkit-2.0/Source/WebKit2
- Revision
- 151900
- Author
- [email protected]
- Date
- 2013-06-24 01:41:25 -0700 (Mon, 24 Jun 2013)
Log Message
Merge r148125 - Fixed build failure in Plugin.h: FloatPoint was not in namespace WebCore
make[1]: *** Waiting for unfinished jobs....
In file included from Source/WebKit2/PluginProcess/PluginCreationParameters.h:31:0,
from Source/WebKit2/PluginProcess/PluginCreationParameters.cpp:27:
./Source/WebKit2/WebProcess/Plugins/Plugin.h:268:58: error: 'FloatPoint' in namespace 'WebCore' does not name a type
./Source/WebKit2/WebProcess/Plugins/Plugin.h:268:77: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
cc1plus: warning: unrecognized command line option "-Wno-c++11-extensions" [enabled by default]
make[1]: *** [Source/WebKit2/PluginProcess/libwebkit2gtk_3_0_la-PluginCreationParameters.lo] Error 1
It now passes that make target.
https://bugs.webkit.org/show_bug.cgi?id=111862
Patch by Tobias Mueller <[email protected]> on 2013-04-10
Reviewed by Darin Adler.
* WebProcess/Plugins/Plugin.h:
(WebCore): Added FloatPoint to the WebCore namespace
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.0/Source/WebKit2/ChangeLog (151899 => 151900)
--- releases/WebKitGTK/webkit-2.0/Source/WebKit2/ChangeLog 2013-06-24 08:32:45 UTC (rev 151899)
+++ releases/WebKitGTK/webkit-2.0/Source/WebKit2/ChangeLog 2013-06-24 08:41:25 UTC (rev 151900)
@@ -1,3 +1,24 @@
+2013-04-10 Tobias Mueller <[email protected]>
+
+ Fixed build failure in Plugin.h: FloatPoint was not in namespace WebCore
+
+ make[1]: *** Waiting for unfinished jobs....
+ In file included from Source/WebKit2/PluginProcess/PluginCreationParameters.h:31:0,
+ from Source/WebKit2/PluginProcess/PluginCreationParameters.cpp:27:
+ ./Source/WebKit2/WebProcess/Plugins/Plugin.h:268:58: error: 'FloatPoint' in namespace 'WebCore' does not name a type
+ ./Source/WebKit2/WebProcess/Plugins/Plugin.h:268:77: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
+ cc1plus: warning: unrecognized command line option "-Wno-c++11-extensions" [enabled by default]
+ make[1]: *** [Source/WebKit2/PluginProcess/libwebkit2gtk_3_0_la-PluginCreationParameters.lo] Error 1
+
+ It now passes that make target.
+
+ https://bugs.webkit.org/show_bug.cgi?id=111862
+
+ Reviewed by Darin Adler.
+
+ * WebProcess/Plugins/Plugin.h:
+ (WebCore): Added FloatPoint to the WebCore namespace
+
2013-06-12 Zan Dobersek <[email protected]>
[GTK] Remove the WebCoreLayer(Gtk2).a archives before regenerating them
Modified: releases/WebKitGTK/webkit-2.0/Source/WebKit2/WebProcess/Plugins/Plugin.h (151899 => 151900)
--- releases/WebKitGTK/webkit-2.0/Source/WebKit2/WebProcess/Plugins/Plugin.h 2013-06-24 08:32:45 UTC (rev 151899)
+++ releases/WebKitGTK/webkit-2.0/Source/WebKit2/WebProcess/Plugins/Plugin.h 2013-06-24 08:41:25 UTC (rev 151900)
@@ -50,6 +50,7 @@
namespace WebCore {
class AffineTransform;
+ class FloatPoint;
class GraphicsContext;
class IntPoint;
class IntRect;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes