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

Unified Diff: Source/WebCore/svg/SVGDocument.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/svg/SVGDescElement.cpp ('k') | Source/WebCore/svg/SVGElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/svg/SVGDocument.cpp
diff --git a/Source/WebCore/svg/SVGDocument.cpp b/Source/WebCore/svg/SVGDocument.cpp
index 25a4a91a868223f568b3fb90c6905d86f7e78ce0..68a81b8284c62df6af9c10d518f58a56d404ccb3 100644
--- a/Source/WebCore/svg/SVGDocument.cpp
+++ b/Source/WebCore/svg/SVGDocument.cpp
@@ -39,6 +39,7 @@ namespace WebCore {
SVGDocument::SVGDocument(Frame* frame, const KURL& url)
: Document(frame, url, false, false)
{
+ ScriptWrappable::init(this);
}
SVGSVGElement* SVGDocument::rootElement() const
« no previous file with comments | « Source/WebCore/svg/SVGDescElement.cpp ('k') | Source/WebCore/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698