| Index: Source/bindings/v8/V8NPObject.cpp
|
| diff --git a/Source/bindings/v8/V8NPObject.cpp b/Source/bindings/v8/V8NPObject.cpp
|
| index 424c0bbaff95293cbe02ee383b2df8efb8fe30ed..a16369915c4ed904adee43f53eaf7e68e76f8796 100644
|
| --- a/Source/bindings/v8/V8NPObject.cpp
|
| +++ b/Source/bindings/v8/V8NPObject.cpp
|
| @@ -32,9 +32,9 @@
|
|
|
| #include "bindings/v8/V8NPObject.h"
|
|
|
| -#include "V8HTMLAppletElement.h"
|
| -#include "V8HTMLEmbedElement.h"
|
| -#include "V8HTMLObjectElement.h"
|
| +#include "bindings/core/v8/V8HTMLAppletElement.h"
|
| +#include "bindings/core/v8/V8HTMLEmbedElement.h"
|
| +#include "bindings/core/v8/V8HTMLObjectElement.h"
|
| #include "bindings/v8/NPV8Object.h"
|
| #include "bindings/v8/V8Binding.h"
|
| #include "bindings/v8/V8NPUtils.h"
|
|
|