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

Unified Diff: Source/core/dom/Node.h

Issue 18097008: Remove unused startIgnoringLeaks and stopIgnoringLeaks functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch should be ready for review 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
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 9366213f6b4d0500a937de51f6cfa386ed64da09..9d9ac5406533bd3cfeadf1b98400a63459eb8117 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -164,10 +164,6 @@ public:
void operator delete(void*);
static bool isSupported(const String& feature, const String& version);
-
- static void startIgnoringLeaks();
- static void stopIgnoringLeaks();
-
static void dumpStatistics();
enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force };
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698