Home | History | Annotate | Download | only in WebKit
      1 #include "bindings/npapi.h"
      2 
      3 // These are defined in WebCore/brdige/npapi.h and we need them on Linux/Win.
      4 #ifndef FALSE
      5 #define FALSE (0)
      6 #endif
      7 #ifndef TRUE
      8 #define TRUE (1)
      9 #endif
     10