Changeset 142326 in webkit


Ignore:
Timestamp:
Feb 8, 2013 3:04:15 PM (11 years ago)
Author:
rakuco@webkit.org
Message:

[WK2] Fix the build on !Mac after r142314.
https://bugs.webkit.org/show_bug.cgi?id=109327

Reviewed by Benjamin Poulain.

  • WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:

(WebKit::NetscapePlugin::platformPreInitialize): Add a stub for
the newly-added function.

  • WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:

(WebKit::NetscapePlugin::platformPreInitialize):
(WebKit):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r142314 r142326  
     12013-02-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
     2
     3        [WK2] Fix the build on !Mac after r142314.
     4        https://bugs.webkit.org/show_bug.cgi?id=109327
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
     9        (WebKit::NetscapePlugin::platformPreInitialize): Add a stub for
     10        the newly-added function.
     11
     12        * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
     13        (WebKit::NetscapePlugin::platformPreInitialize):
     14        (WebKit):
     15
    1162013-02-07  Anders Carlsson  <andersca@apple.com>
    217
  • trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp

    r141463 r142326  
    249249}
    250250
     251void NetscapePlugin::platformPreInitialize()
     252{
     253}
     254
    251255bool NetscapePlugin::platformPostInitialize()
    252256{
Note: See TracChangeset for help on using the changeset viewer.