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

Unified Diff: Source/WebCore/html/HTMLDialogElement.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/HTMLDetailsElement.cpp ('k') | Source/WebCore/html/HTMLDirectoryElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLDialogElement.cpp
diff --git a/Source/WebCore/html/HTMLDialogElement.cpp b/Source/WebCore/html/HTMLDialogElement.cpp
index fdadaf3bcd6bdc93bc404bea658a368d65fa220d..3f32fa3cd223537a4fc0b09ea5a6d3bf26b88f55 100644
--- a/Source/WebCore/html/HTMLDialogElement.cpp
+++ b/Source/WebCore/html/HTMLDialogElement.cpp
@@ -38,6 +38,7 @@ HTMLDialogElement::HTMLDialogElement(const QualifiedName& tagName, Document* doc
: HTMLElement(tagName, document)
{
ASSERT(hasTagName(dialogTag));
+ ScriptWrappable::init(this);
}
PassRefPtr<HTMLDialogElement> HTMLDialogElement::create(const QualifiedName& tagName, Document* document)
« no previous file with comments | « Source/WebCore/html/HTMLDetailsElement.cpp ('k') | Source/WebCore/html/HTMLDirectoryElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698