Changeset 196138 in webkit


Ignore:
Timestamp:
Feb 4, 2016 12:06:24 PM (8 years ago)
Author:
Csaba Osztrogonác
Message:

Fix the !ENABLE(NETSCAPE_PLUGIN_API) build after r196053
https://bugs.webkit.org/show_bug.cgi?id=153878

Unreviewed buildfix.

  • WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r196124 r196138  
     12016-02-04  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix the !ENABLE(NETSCAPE_PLUGIN_API) build after r196053
     4        https://bugs.webkit.org/show_bug.cgi?id=153878
     5
     6        Unreviewed buildfix.
     7
     8        * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h:
     9
    1102016-02-04  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.h

    r196053 r196138  
    2828#define NetscapePluginX11_h
    2929
    30 #if PLUGIN_ARCHITECTURE(X11)
     30#if PLUGIN_ARCHITECTURE(X11) && ENABLE(NETSCAPE_PLUGIN_API)
    3131
    3232#include "NetscapePluginUnix.h"
     
    7272} // namespace WebKit
    7373
    74 #endif // PLUGIN_ARCHITECTURE(X11)
     74#endif // PLUGIN_ARCHITECTURE(X11) && ENABLE(NETSCAPE_PLUGIN_API)
    7575
    7676#endif // NetscapePluginX11_h
Note: See TracChangeset for help on using the changeset viewer.