diff options
Diffstat (limited to 'WebCore/bindings/v8/V8NPObject.h')
-rw-r--r-- | WebCore/bindings/v8/V8NPObject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/bindings/v8/V8NPObject.h b/WebCore/bindings/v8/V8NPObject.h index 58ad579..5924b3c 100644 --- a/WebCore/bindings/v8/V8NPObject.h +++ b/WebCore/bindings/v8/V8NPObject.h @@ -31,14 +31,14 @@ #ifndef V8NPObject_h #define V8NPObject_h -#include <v8.h> #if PLATFORM(CHROMIUM) -// TODO(andreip): diff and consolidate. -#include "third_party/npapi/bindings/npruntime.h" +#include <bindings/npruntime.h> #else -#include "bridge/npruntime.h" // use WebCore version +#include "npruntime.h" #endif +#include <v8.h> + // These functions can be replaced by normal JS operation. // Getters v8::Handle<v8::Value> npObjectNamedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo&); |