Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: Source/WebCore/dom/Entity.h

Issue 13814002: First part of work to move V8 binding integrity off of vtables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/dom/Element.h ('k') | Source/WebCore/dom/EntityReference.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Entity.h
diff --git a/Source/WebCore/dom/Entity.h b/Source/WebCore/dom/Entity.h
index 9ee26a2bf21b90c57fb1b3936dbb2c15a96d8f44..e4ce9fcf22741fd0231ff3573d8b197a57b0a1d7 100644
--- a/Source/WebCore/dom/Entity.h
+++ b/Source/WebCore/dom/Entity.h
@@ -35,7 +35,10 @@ public:
String notationName() const { ASSERT_NOT_REACHED(); return String(); }
private:
- Entity() : ContainerNode(0) {}
+ Entity() : ContainerNode(0)
+ {
+ ScriptWrappable::init(this);
+ }
};
} //namespace
« no previous file with comments | « Source/WebCore/dom/Element.h ('k') | Source/WebCore/dom/EntityReference.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698