Title: [164978] releases/WebKitGTK/webkit-2.4/Source/WebCore
- Revision
- 164978
- Author
- [email protected]
- Date
- 2014-03-03 01:07:31 -0800 (Mon, 03 Mar 2014)
Log Message
Revert r159999 - "Correct broken build on efl port with --no-netscape-plugin-api"
This reverts commit r159999.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog (164977 => 164978)
--- releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog 2014-03-03 08:36:56 UTC (rev 164977)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog 2014-03-03 09:07:31 UTC (rev 164978)
@@ -31989,31 +31989,6 @@
* platform/nix/SharedTimerNix.cpp: Added.
* platform/nix/TemporaryLinkStubs.cpp: Added.
-2013-12-03 Tamas Gergely <[email protected]>
-
- Correct broken build on efl port with --no-netscape-plugin-api
- configuration.
- https://bugs.webkit.org/show_bug.cgi?id=123997
-
- Reviewed by Zoltan Herczeg.
-
- Build failed on efl port with --no-netscape-plugin-api configuration
- as ld did not found some methods. The configuration uses a minimal
- empty implementation of the class, which is now extended with empty
- method implementations.
-
- * plugins/PluginPackageNone.cpp:
- (WebCore::PluginPackage::createPackage):
- Returns NULL pointer.
- (WebCore::PluginPackage::hash):
- Returns 0.
- (WebCore::PluginPackage::equal):
- Returns true (equals).
- (WebCore::PluginPackage::compare):
- Returns 0 (equals).
- (WebCore::PluginPackage::~PluginPackage):
- Do nothing.
-
2013-12-02 Andreas Kling <[email protected]>
Avoid setting style twice for generated image content.
Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/plugins/PluginPackageNone.cpp (164977 => 164978)
--- releases/WebKitGTK/webkit-2.4/Source/WebCore/plugins/PluginPackageNone.cpp 2014-03-03 08:36:56 UTC (rev 164977)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/plugins/PluginPackageNone.cpp 2014-03-03 09:07:31 UTC (rev 164978)
@@ -49,28 +49,4 @@
}
#endif
-PassRefPtr<PluginPackage> PluginPackage::createPackage(const String&, const time_t&)
-{
- return 0;
}
-
-unsigned PluginPackage::hash() const
-{
- return 0;
-}
-
-bool PluginPackage::equal(const PluginPackage&, const PluginPackage&)
-{
- return true;
-}
-
-int PluginPackage::compare(const PluginPackage&) const
-{
- return 0;
-}
-
-PluginPackage::~PluginPackage()
-{
-}
-
-}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes