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

Unified Diff: Source/bindings/v8/custom/V8DocumentCustom.cpp

Issue 21274004: Fix Document leak from NodeFilter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add assertions to wrap Created 7 years, 5 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
Index: Source/bindings/v8/custom/V8DocumentCustom.cpp
diff --git a/Source/bindings/v8/custom/V8DocumentCustom.cpp b/Source/bindings/v8/custom/V8DocumentCustom.cpp
index 7431fd7f9cb22815875354b31f2d902f20dd4adc..e9865103e5768d63e961e0a44afb72a6fb032cab 100644
--- a/Source/bindings/v8/custom/V8DocumentCustom.cpp
+++ b/Source/bindings/v8/custom/V8DocumentCustom.cpp
@@ -35,9 +35,12 @@
#include "V8DOMImplementation.h"
#include "V8HTMLDocument.h"
#include "V8Node.h"
+#include "V8NodeFilter.h"
+#include "V8NodeIterator.h"
#include "V8SVGDocument.h"
#include "V8Touch.h"
#include "V8TouchList.h"
+#include "V8TreeWalker.h"
#include "V8WebGLRenderingContext.h"
#include "V8XPathNSResolver.h"
#include "V8XPathResult.h"
@@ -45,6 +48,8 @@
#include "bindings/v8/ScriptController.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8DOMWrapper.h"
+#include "bindings/v8/V8HiddenPropertyName.h"
+#include "bindings/v8/V8NodeFilterCondition.h"
haraken 2013/08/01 13:32:20 These #includes will be no longer necessary.
kouhei (in TOK) 2013/08/02 03:26:57 Done.
#include "bindings/v8/V8WindowShell.h"
#include "bindings/v8/custom/V8CustomXPathNSResolver.h"
#include "core/dom/Document.h"

Powered by Google App Engine
This is Rietveld 408576698