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

Unified Diff: sky/engine/core/frame/FrameView.cpp

Issue 1148253003: Add LayoutRoot (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated Created 5 years, 7 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: sky/engine/core/frame/FrameView.cpp
diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
index 60fcc99d36777af1194eab9da5a7f708501f021c..6c0709e41a54c0dae26f6b50852d29b56ab70554 100644
--- a/sky/engine/core/frame/FrameView.cpp
+++ b/sky/engine/core/frame/FrameView.cpp
@@ -264,7 +264,7 @@ void FrameView::layout(bool allowSubtree)
// We should never layout a Document which is not in a LocalFrame.
ASSERT(m_frame);
ASSERT(m_frame->view() == this);
- ASSERT(m_frame->page());
+ //ASSERT(m_frame->page());
Hixie 2015/05/26 18:07:16 why just commented out?
eseidel 2015/05/26 19:13:05 Probably could be removed now.
ScriptForbiddenScope forbidScript;

Powered by Google App Engine
This is Rietveld 408576698