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

Unified Diff: Source/core/testing/DummyPageHolder.cpp

Issue 1052993006: Refactor frame navigation/detach state cleanup to be more sane. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Consolidate ScriptForbiddenScope Created 5 years, 9 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/core/testing/DummyPageHolder.cpp
diff --git a/Source/core/testing/DummyPageHolder.cpp b/Source/core/testing/DummyPageHolder.cpp
index f17430ec4eb7621e134241cd679049504c325994..533a3544c6d180c62bb2c074a15360aef753ac04 100644
--- a/Source/core/testing/DummyPageHolder.cpp
+++ b/Source/core/testing/DummyPageHolder.cpp
@@ -80,9 +80,6 @@ DummyPageHolder::~DummyPageHolder()
{
m_page->willBeDestroyed();
m_page.clear();
-#if !ENABLE(OILPAN)
- ASSERT(m_frame->hasOneRef());
-#endif
m_frame.clear();
}

Powered by Google App Engine
This is Rietveld 408576698