Skip to content
  • commit-queue@webkit.org's avatar
    Correct broken build on efl port with --no-netscape-plugin-api · aa02c846
    commit-queue@webkit.org authored
    configuration.
    https://bugs.webkit.org/show_bug.cgi?id=123997
    
    Patch by Tamas Gergely <gertom@inf.u-szeged.hu> on 2013-12-03
    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.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159999 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    aa02c846