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

Unified Diff: Source/WebCore/html/HTMLImageElement.cpp

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/html/HTMLIFrameElement.cpp ('k') | Source/WebCore/html/HTMLInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLImageElement.cpp
diff --git a/Source/WebCore/html/HTMLImageElement.cpp b/Source/WebCore/html/HTMLImageElement.cpp
index 7213711753e3e35486bc0377708ca7308f46567e..097e05ebcc004f9a1a837624fcf18df5b1447e57 100644
--- a/Source/WebCore/html/HTMLImageElement.cpp
+++ b/Source/WebCore/html/HTMLImageElement.cpp
@@ -49,6 +49,7 @@ HTMLImageElement::HTMLImageElement(const QualifiedName& tagName, Document* docum
, m_compositeOperator(CompositeSourceOver)
{
ASSERT(hasTagName(imgTag));
+ ScriptWrappable::init(this);
if (form)
form->registerImgElement(this);
}
« no previous file with comments | « Source/WebCore/html/HTMLIFrameElement.cpp ('k') | Source/WebCore/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698