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

Unified Diff: Source/WebCore/dom/TreeWalker.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/dom/TransitionEvent.cpp ('k') | Source/WebCore/dom/UIEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/TreeWalker.cpp
diff --git a/Source/WebCore/dom/TreeWalker.cpp b/Source/WebCore/dom/TreeWalker.cpp
index f9b3bbc027b38506a93da8adee44f24c68ba620f..6dedf401917647772a95d09e5146c6078eafe107 100644
--- a/Source/WebCore/dom/TreeWalker.cpp
+++ b/Source/WebCore/dom/TreeWalker.cpp
@@ -38,6 +38,7 @@ TreeWalker::TreeWalker(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPt
: Traversal(rootNode, whatToShow, filter, expandEntityReferences)
, m_current(root())
{
+ ScriptWrappable::init(this);
}
void TreeWalker::setCurrentNode(PassRefPtr<Node> node, ExceptionCode& ec)
« no previous file with comments | « Source/WebCore/dom/TransitionEvent.cpp ('k') | Source/WebCore/dom/UIEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698