| Index: Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp
|
| index 182189a86e53e2714e5ce3abc3f2db1666460368..bd7503ce24dcf64dc7575cb5e532acdb7a252dec 100644
|
| --- a/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -24,8 +24,8 @@
|
| #include "config.h"
|
| #include "core/html/HTMLFrameElementBase.h"
|
|
|
| -#include "bindings/v8/ScriptController.h"
|
| -#include "bindings/v8/ScriptEventListener.h"
|
| +#include "bindings/core/v8/ScriptController.h"
|
| +#include "bindings/core/v8/ScriptEventListener.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/dom/Document.h"
|
|
|