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

Unified Diff: Source/core/dom/ActiveDOMObjectTest.cpp

Issue 295063002: [NotLanded] Implement the fetching algorithm of the Web Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: apply Nate's comments Created 6 years, 4 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/dom/ActiveDOMObjectTest.cpp
diff --git a/Source/core/dom/ActiveDOMObjectTest.cpp b/Source/core/dom/ActiveDOMObjectTest.cpp
index 66a8bc1e1b1bc728e90a9cb7b473bab6bd3e2f61..a41a5add7f5364bb7c740720d25f36370bd4d1da 100644
--- a/Source/core/dom/ActiveDOMObjectTest.cpp
+++ b/Source/core/dom/ActiveDOMObjectTest.cpp
@@ -30,6 +30,7 @@
#include "config.h"
+#include "core/dom/Document.h"
#include "core/testing/DummyPageHolder.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698