Chromium Code Reviews

Unified Diff: sky/engine/core/html/HTMLElement.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sky/engine/core/html/HTMLCanvasElement.idl ('k') | sky/engine/core/html/HTMLElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLElement.h
diff --git a/sky/engine/core/html/HTMLElement.h b/sky/engine/core/html/HTMLElement.h
index b1382fe03597e2e5dc43e2923bfcf65b48d9cfa2..f8d0db8172606ec7186d63d404b2aefabbc44964 100644
--- a/sky/engine/core/html/HTMLElement.h
+++ b/sky/engine/core/html/HTMLElement.h
@@ -32,8 +32,6 @@ class HTMLElement : public Element {
public:
DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLElement);
- virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override;
-
protected:
HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
« no previous file with comments | « sky/engine/core/html/HTMLCanvasElement.idl ('k') | sky/engine/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine