Index: sky/engine/core/html/HTMLElement.cpp |
diff --git a/sky/engine/core/html/HTMLElement.cpp b/sky/engine/core/html/HTMLElement.cpp |
index 24123400b1e38e9e4597507af9c9d906e76b7114..2d5b4aa463509f204b2f4f87e3323541e20f1a7e 100644 |
--- a/sky/engine/core/html/HTMLElement.cpp |
+++ b/sky/engine/core/html/HTMLElement.cpp |
@@ -25,15 +25,8 @@ |
#include "sky/engine/config.h" |
#include "sky/engine/core/html/HTMLElement.h" |
-#include "core/V8HTMLElementWrapperFactory.h" // FIXME: should be bindings/core/v8 |
- |
namespace blink { |
DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLElement); |
-v8::Handle<v8::Object> HTMLElement::wrap(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
-{ |
- return createV8HTMLWrapper(this, creationContext, isolate); |
-} |
- |
} // namespace blink |