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

Unified Diff: sky/engine/core/testing/DummyPageHolder.cpp

Issue 696733003: Introduce blink::ServiceProvider (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/testing/DummyPageHolder.cpp
diff --git a/sky/engine/core/testing/DummyPageHolder.cpp b/sky/engine/core/testing/DummyPageHolder.cpp
index 7661ef402406f9ff46e554f1de02f8582b570189..a1f6c181103f4865805f8430a7480291f268ff40 100644
--- a/sky/engine/core/testing/DummyPageHolder.cpp
+++ b/sky/engine/core/testing/DummyPageHolder.cpp
@@ -59,7 +59,7 @@ DummyPageHolder::DummyPageHolder(
m_pageClients.editorClient = pageClients->editorClient;
m_pageClients.spellCheckerClient = pageClients->spellCheckerClient;
}
- m_page = adoptPtr(new Page(m_pageClients));
+ m_page = adoptPtr(new Page(m_pageClients, 0));
// FIXME(sky): Delete the tests that use DummyPageHolder since
// they no longer work and we're not running them.

Powered by Google App Engine
This is Rietveld 408576698