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

Unified Diff: sky/engine/core/frame/Frame.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/Frame.cpp
diff --git a/sky/engine/core/frame/Frame.cpp b/sky/engine/core/frame/Frame.cpp
index 5d11025172ed2a86bb00509c9f633f752b770afc..fbab1b745e6eff88d119456a19690e0a283d12ab 100644
--- a/sky/engine/core/frame/Frame.cpp
+++ b/sky/engine/core/frame/Frame.cpp
@@ -53,7 +53,7 @@ Frame::Frame(FrameClient* client, FrameHost* host)
: m_host(host)
, m_client(client)
{
- ASSERT(page());
+ // ASSERT(page());
#ifndef NDEBUG
frameCounter.increment();

Powered by Google App Engine
This is Rietveld 408576698