summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/bindings/v8/custom/V8HTMLElementCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/bindings/v8/custom/V8HTMLElementCustom.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/bindings/v8/custom/V8HTMLElementCustom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/bindings/v8/custom/V8HTMLElementCustom.cpp b/chromium/third_party/WebKit/Source/bindings/v8/custom/V8HTMLElementCustom.cpp
index dae4512d1dc..78706afe722 100644
--- a/chromium/third_party/WebKit/Source/bindings/v8/custom/V8HTMLElementCustom.cpp
+++ b/chromium/third_party/WebKit/Source/bindings/v8/custom/V8HTMLElementCustom.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "V8HTMLElement.h"
+#include "bindings/core/v8/V8HTMLElement.h"
-#include "V8HTMLElementWrapperFactory.h"
+#include "core/V8HTMLElementWrapperFactory.h" // FIXME: should be bindings/core/v8
namespace WebCore {