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

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

Issue 1175173002: Simplify inDetach() assert and make it stronger. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 6 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/core/dom/DocumentLifecycle.h ('k') | 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 7e6bc65f550156a0dba0a749d03d767fd02aa7d8..cf00dc1ac4a50b3a65af398a47d6fc2298b69fae 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -544,10 +544,6 @@ public:
// the node's layout object from the layout tree and delete it.
virtual void detach(const AttachContext& = AttachContext());
-#if ENABLE(ASSERT)
- bool inDetach() const;
-#endif
-
void reattach(const AttachContext& = AttachContext());
void lazyReattachIfAttached();
« no previous file with comments | « Source/core/dom/DocumentLifecycle.h ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698